Skip to content

Commit

Permalink
CB-11091 Incremented plugin version.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed Apr 15, 2016
1 parent 5910bdc commit 7cb3818
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-vibration",
"version": "2.1.1",
"version": "2.1.2-dev",
"description": "Cordova Vibration Plugin",
"cordova": {
"id": "cordova-plugin-vibration",
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-vibration"
version="2.1.1">
version="2.1.2-dev">

<name>Vibration</name>
<description>Cordova Vibration Plugin</description>
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin.xml
Expand Up @@ -22,7 +22,7 @@
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-vibration-tests"
version="2.1.1">
version="2.1.2-dev">
<name>Cordova Vibration Plugin Tests</name>
<license>Apache 2.0</license>

Expand Down

0 comments on commit 7cb3818

Please sign in to comment.