You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/12/08 00:55:21 UTC

cordova-plugin-screen-orientation git commit: CB-12224 Incremented plugin version.

Repository: cordova-plugin-screen-orientation
Updated Branches:
  refs/heads/master fff912466 -> b988ac77b


CB-12224 Incremented plugin version.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/commit/b988ac77
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/tree/b988ac77
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/diff/b988ac77

Branch: refs/heads/master
Commit: b988ac77b0fadfeb20703a64bd4e466c37a32d43
Parents: fff9124
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Dec 7 16:55:08 2016 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Dec 7 16:55:08 2016 -0800

----------------------------------------------------------------------
 package.json | 2 +-
 plugin.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/blob/b988ac77/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 62589d9..cb42665 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-screen-orientation",
-  "version": "1.4.2",
+  "version": "1.4.3-dev",
   "description": "Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8, W8.1, and BB10.",
   "repository": {
     "type": "git",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/blob/b988ac77/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 3f280f7..c4aa0f9 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -18,7 +18,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="cordova-plugin-screen-orientation"
-    version="1.4.2">
+    version="1.4.3-dev">
 
     <name>Screen Orientation</name>
     <description>Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8, W8.1, and BB10.</description>


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