Skip to content

Commit

Permalink
chore: bump version 5.0.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Aug 14, 2023
1 parent b3d61bb commit 7ae14f0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-capture",
"version": "5.0.0",
"version": "5.0.1-dev",
"description": "Cordova Media Capture 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-capture"
version="5.0.0">
version="5.0.1-dev">
<name>Capture</name>

<description>Cordova Media Capture Plugin</description>
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-media-capture-tests",
"version": "5.0.0",
"version": "5.0.1-dev",
"description": "",
"cordova": {
"id": "cordova-plugin-media-capture-tests",
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:android="http://schemas.android.com/apk/res/android"
xmlns:rim="http://www.blackberry.com/ns/widgets"
id="cordova-plugin-media-capture-tests"
version="5.0.0">
version="5.0.1-dev">
<name>Cordova Media Capture Plugin Tests</name>
<license>Apache 2.0</license>

Expand Down

0 comments on commit 7ae14f0

Please sign in to comment.