Skip to content

Commit f3fa6e8

Browse files
committed
Set VERSION to 3.0.3-dev (via coho)
1 parent 288a47e commit f3fa6e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-media-capture",
3-
"version": "3.0.2",
3+
"version": "3.0.3-dev",
44
"description": "Cordova Media Capture Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
xmlns:android="http://schemas.android.com/apk/res/android"
2323
xmlns:rim="http://www.blackberry.com/ns/widgets"
2424
id="cordova-plugin-media-capture"
25-
version="3.0.2">
25+
version="3.0.3-dev">
2626
<name>Capture</name>
2727

2828
<description>Cordova Media Capture Plugin</description>

tests/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
xmlns:android="http://schemas.android.com/apk/res/android"
2323
xmlns:rim="http://www.blackberry.com/ns/widgets"
2424
id="cordova-plugin-media-capture-tests"
25-
version="3.0.2">
25+
version="3.0.3-dev">
2626
<name>Cordova Media Capture Plugin Tests</name>
2727
<license>Apache 2.0</license>
2828

0 commit comments

Comments
 (0)