Skip to content

Commit f15bfd5

Browse files
committed
version change
1 parent 8b8816f commit f15bfd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "nativescript-drop-down",
3-
"version": "3.0.0-rc.4",
3+
"version": "3.0.0",
44
"description": "A NativeScript DropDown widget.",
55
"main": "drop-down",
66
"typings": "drop-down.d.ts",
77
"nativescript": {
88
"platforms": {
9-
"ios": "3.0.0-rc.1",
10-
"android": "3.0.0-rc.1"
9+
"ios": "3.0.0",
10+
"android": "3.0.0"
1111
},
1212
"plugin": {
1313
"nan": "true",
@@ -34,7 +34,7 @@
3434
"license": "Apache-2.0",
3535

3636
"peerDependencies": {
37-
"tns-core-modules": "^3.0.0 || ^3.0.0-rc.1"
37+
"tns-core-modules": "^3.0.0"
3838
},
3939

4040
"devDependencies": {

0 commit comments

Comments
 (0)