Skip to content

Commit

Permalink
CB-9192 Incremented plugin version.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed Jun 18, 2015
1 parent 427d49f commit 124ec55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-device-orientation",
"version": "1.0.1",
"version": "1.0.2-dev",
"description": "Cordova Device Orientation Plugin",
"cordova": {
"id": "cordova-plugin-device-orientation",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Expand Up @@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-device-orientation"
version="1.0.1">
version="1.0.2-dev">

<name>Device Orientation</name>
<description>Cordova Device Orientation Plugin</description>
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin.xml
Expand Up @@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-device-orientation-tests"
version="1.0.1">
version="1.0.2-dev">
<name>Cordova Device Orientation Plugin Tests</name>
<license>Apache 2.0</license>

Expand Down

0 comments on commit 124ec55

Please sign in to comment.