Skip to content

Commit 2a063d7

Browse files
committed
should be 4.4.0
1 parent a60f631 commit 2a063d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"engines": {
3131
"cordovaDependencies": {
3232
"3.0.0": {
33-
"cordova-ios": ">=4.0.0"
33+
"cordova-ios": ">=4.4.0"
3434
},
3535
"4.0.0": {
3636
"cordova": ">100"

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<issue>https://github.com/apache/cordova-plugin-dialogs/issues</issue>
3131

3232
<engines>
33-
<engine name="cordova-ios" version=">=4.0.0" />
33+
<engine name="cordova-ios" version=">=4.4.0" />
3434
</engines>
3535

3636
<js-module src="www/notification.js" name="notification">

0 commit comments

Comments
 (0)