Skip to content

Commit

Permalink
bump version 3.3.0 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
okhiroyuki authored Jan 20, 2024
1 parent 0f476c6 commit c3f9cef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@red-mobile/nodejs-mobile-cordova",
"version": "3.2.0",
"version": "3.3.0",
"description": "Node.js for Mobile Apps Cordova plugin",
"cordova": {
"id": "@red-mobile/nodejs-mobile-cordova",
"platforms": [
"android"
"android",
"ios"
]
},
"scripts": {
Expand All @@ -22,7 +23,8 @@
"node.js",
"nodejs-mobile",
"ecosystem:cordova",
"cordova-android"
"cordova-android",
"cordova-ios"
],
"author": "janeasystems",
"license": "MIT",
Expand All @@ -46,7 +48,8 @@
"cordova-android": ">=12.0.0"
},
"3.0.0": {
"cordova-android": ">=12.0.0"
"cordova-android": ">=12.0.0",
"cordova-ios": ">=4.0.0"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="@red-mobile/nodejs-mobile-cordova"
version="3.2.0">
version="3.3.0">

<name>Node.js Mobile</name>
<description>Node.js for Mobile Apps Cordova Plugin</description>
Expand Down

0 comments on commit c3f9cef

Please sign in to comment.