Skip to content

Commit d888c81

Browse files
Set version to 3.3.1
Also add Node.js 9.x.x as verified
1 parent 8b326c4 commit d888c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ios-sim-portable",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "",
55
"main": "./lib/ios-sim.js",
66
"scripts": {
@@ -42,6 +42,6 @@
4242
"typescript": "2.1.4"
4343
},
4444
"engines": {
45-
"node": ">=4.2.1 <5.0.0 || >=5.1.0 <9.0.0"
45+
"node": ">=4.2.1 <5.0.0 || >=5.1.0 <10.0.0"
4646
}
4747
}

0 commit comments

Comments
 (0)