Skip to content

Commit

Permalink
CB-13826 Incremented plugin version.
Browse files Browse the repository at this point in the history
  • Loading branch information
surajpindoria committed Jan 25, 2018
1 parent f90bac5 commit 067bad9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-media",
"version": "5.0.2",
"version": "5.0.3-dev",
"description": "Cordova Media Plugin",
"types": "./types/index.d.ts",
"cordova": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
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-media"
version="5.0.2">
version="5.0.3-dev">

<name>Media</name>
<description>Cordova Media Plugin</description>
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin.xml
Original file line number Diff line number Diff line change
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-media-tests"
version="5.0.2">
version="5.0.3-dev">
<name>Cordova Media Plugin Tests</name>
<license>Apache 2.0</license>
<js-module src="tests.js" name="tests">
Expand Down

0 comments on commit 067bad9

Please sign in to comment.