Skip to content

Commit 93fe94f

Browse files
committed
fix: correct cordova-ios version in 8.0.1-dev
- Version 8.0.1 is not released yet. The current version of the master is 8.0.1-dev and must be used as dependency version
1 parent 38aa0e7 commit 93fe94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"cordova-ios": ">=5.1.0",
6262
"cordova": ">=9.0.0"
6363
},
64-
"8.0.1": {
64+
"8.0.1-dev": {
6565
"cordova-android": ">=12.0.0",
6666
"cordova-ios": ">=7.0.0",
6767
"cordova": ">=10.0.0"

0 commit comments

Comments
 (0)