You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2015/05/07 02:38:14 UTC

[2/2] cordova-plugin-dialogs git commit: CB-8959 Incremented plugin version.

CB-8959 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/5d2e8f78
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/5d2e8f78
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/5d2e8f78

Branch: refs/heads/master
Commit: 5d2e8f78f6f416c058a7ee31aa3e7653465d83ee
Parents: 4393729
Author: Steve Gill <st...@gmail.com>
Authored: Wed May 6 17:37:22 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed May 6 17:37:22 2015 -0700

----------------------------------------------------------------------
 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/5d2e8f78/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index a1b4489..3b68dc4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-dialogs",
-  "version": "1.1.0",
+  "version": "1.1.1-dev",
   "description": "Cordova Notification Plugin",
   "cordova": {
     "id": "cordova-plugin-dialogs",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/5d2e8f78/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 2abe1e1..e6b4c5d 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.1.0">
+      version="1.1.1-dev">
 
     <name>Notification</name>
     <description>Cordova Notification Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/5d2e8f78/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index ca58e5a..35fcdf7 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.1.0">
+    version="1.1.1-dev">
     <name>Cordova Notification Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org