feat: bump plugin version for next major (#749)

Co-authored-by: Niklas Merz <nmerz@gedys-intraware.de>
This commit is contained in:
エリス 2021-08-09 20:52:50 +09:00 committed by GitHub
parent 5587bec320
commit 4ee90a84f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-camera",
"version": "5.0.4-dev",
"version": "6.0.0-dev",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-camera",
"version": "5.0.4-dev",
"version": "6.0.0-dev",
"description": "Cordova Camera Plugin",
"types": "./types/index.d.ts",
"cordova": {

View File

@ -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-camera"
version="5.0.4-dev">
version="6.0.0-dev">
<name>Camera</name>
<description>Cordova Camera Plugin</description>
<license>Apache 2.0</license>

View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-camera-tests",
"version": "5.0.4-dev",
"version": "6.0.0-dev",
"description": "",
"cordova": {
"id": "cordova-plugin-camera-tests",

View File

@ -22,7 +22,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:rim="http://www.blackberry.com/ns/widgets"
id="cordova-plugin-camera-tests"
version="5.0.4-dev">
version="6.0.0-dev">
<name>Cordova Camera Plugin Tests</name>
<license>Apache 2.0</license>