Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
Bumping version to include #80. Needs to target at least SDK 28
Browse files Browse the repository at this point in the history
  • Loading branch information
darryncampbell committed Nov 21, 2019
1 parent 3a8c896 commit c52f63c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com-darryncampbell-cordova-plugin-intent",
"version": "1.1.8",
"version": "1.2.0",
"description": "General purpose intent shim layer for cordova appliations on Android. Handles various techniques for sending and receiving intents.",
"main": "intentShim.js",
"cordova": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="com-darryncampbell-cordova-plugin-intent" version="1.1.8" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.androcordov.com/apk/res/android">
<plugin id="com-darryncampbell-cordova-plugin-intent" version="1.2.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.androcordov.com/apk/res/android">
<name>Intent Shim</name>
<js-module name="IntentShim" src="www/IntentShim.js">
<clobbers target="intentShim" />
Expand Down

0 comments on commit c52f63c

Please sign in to comment.