CB-12224 Incremented plugin version.
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/commit/d83797b9 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/d83797b9 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/d83797b9 Branch: refs/heads/master Commit: d83797b97520a3dc67dec1049fbfdce892fadef8 Parents: 233aff2 Author: Shazron Abdullah <[email protected]> Authored: Wed Dec 7 16:55:07 2016 -0800 Committer: Shazron Abdullah <[email protected]> Committed: Wed Dec 7 16:55:07 2016 -0800 ---------------------------------------------------------------------- package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/d83797b9/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 1fb3abd..73825a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-dialogs", - "version": "1.3.1", + "version": "1.3.2-dev", "description": "Cordova Notification Plugin", "cordova": { "id": "cordova-plugin-dialogs", http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/d83797b9/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 719f0e7..6a32180 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-dialogs" - version="1.3.1"> + version="1.3.2-dev"> <name>Notification</name> <description>Cordova Notification Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/d83797b9/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index f40db26..03a9325 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-dialogs-tests" - version="1.3.1"> + version="1.3.2-dev"> <name>Cordova Notification Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
