Skip to content

Commit c3163f1

Browse files
committed
version bump
1 parent a6360d7 commit c3163f1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "nativescript-grid-view",
3-
"version": "3.0.0-rc.1",
3+
"version": "3.0.0",
44
"description": "A NativeScript GridView widget.",
55
"main": "grid-view",
66
"typings": "grid-view.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": "false",
@@ -33,14 +33,14 @@
3333
"license": "Apache-2.0",
3434

3535
"peerDependencies": {
36-
"tns-core-modules": "^3.0.0 || ^3.0.0-rc.1"
36+
"tns-core-modules": "^3.0.0"
3737
},
3838

3939
"devDependencies": {
4040
"typescript": "~2.2.0",
4141
"tslint": "^5.1.0",
42-
"tns-core-modules": "rc",
43-
"tns-platform-declarations": "rc",
42+
"tns-core-modules": "3.0.0",
43+
"tns-platform-declarations": "3.0.0",
4444

4545
"grunt": "1.0.1",
4646
"grunt-contrib-copy": "1.0.0",

0 commit comments

Comments
 (0)