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/12/01 02:58:00 UTC

cordova-plugin-dialogs git commit: CB-10035 Incremented plugin version.

Repository: cordova-plugin-dialogs
Updated Branches:
  refs/heads/master c36d1c040 -> 67dfe94b6


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

Branch: refs/heads/master
Commit: 67dfe94b68faf41dade8086545ebb827d062123b
Parents: c36d1c0
Author: Steve Gill <st...@gmail.com>
Authored: Mon Nov 30 17:57:07 2015 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Mon Nov 30 17:57:07 2015 -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/67dfe94b/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index a106c89..793115d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-dialogs",
-  "version": "1.2.0",
+  "version": "1.2.1-dev",
   "description": "Cordova Notification Plugin",
   "cordova": {
     "id": "cordova-plugin-dialogs",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/67dfe94b/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index e3d936c..263baf2 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.2.0">
+      version="1.2.1-dev">
 
     <name>Notification</name>
     <description>Cordova Notification Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/67dfe94b/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 0fb7fd7..639d007 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.2.0">
+    version="1.2.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