Skip to content

Commit

Permalink
chore: Update package to 8.0.0-dev (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek authored Oct 21, 2024
1 parent 49438de commit 0a4bfe1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
9 changes: 7 additions & 2 deletions package-lock.json

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

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-camera",
"version": "7.0.1-dev",
"version": "8.0.0-dev",
"description": "Cordova Camera Plugin",
"types": "./types/index.d.ts",
"cordova": {
Expand Down Expand Up @@ -57,6 +57,11 @@
"cordova": ">=9.0.0"
},
"8.0.0": {
"cordova-android": ">=12.0.0",
"cordova-ios": ">=5.1.0",
"cordova": ">=9.0.0"
},
"9.0.0": {
"cordova": ">100"
}
}
Expand Down

0 comments on commit 0a4bfe1

Please sign in to comment.