Skip to content

Commit 00b33f4

Browse files
committed
chore: bump version 6.0.1-dev
1 parent 021081e commit 00b33f4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "6.0.0",
3+
"version": "6.0.1-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
@@ -21,7 +21,7 @@
2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
xmlns:android="http://schemas.android.com/apk/res/android"
2323
id="cordova-plugin-media-capture"
24-
version="6.0.0">
24+
version="6.0.1-dev">
2525
<name>Capture</name>
2626

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

tests/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-tests",
3-
"version": "6.0.0",
3+
"version": "6.0.1-dev",
44
"description": "",
55
"cordova": {
66
"id": "cordova-plugin-media-capture-tests",

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="6.0.0">
25+
version="6.0.1-dev">
2626
<name>Cordova Media Capture Plugin Tests</name>
2727
<license>Apache 2.0</license>
2828

0 commit comments

Comments
 (0)