Skip to content

Commit 83ed6b0

Browse files
committed
bump version and give credit
1 parent dafc91f commit 83ed6b0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-grid-view",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "A NativeScript GridView widget.",
55
"main": "grid-view",
66
"typings": "grid-view.d.ts",
@@ -10,7 +10,7 @@
1010
"android": "3.0.0"
1111
},
1212
"plugin": {
13-
"nan": "false",
13+
"nan": "true",
1414
"pan": "true",
1515
"core3": "true",
1616
"category": "Interface"
@@ -28,6 +28,9 @@
2828
"tangra"
2929
],
3030
"author": "Peter Staev <[email protected]>",
31+
"contributors": [
32+
"Morten Sjøgren (https://github.com/m-abs)"
33+
],
3134
"license": "Apache-2.0",
3235
"peerDependencies": {
3336
"tns-core-modules": "^3.0.0"

0 commit comments

Comments
 (0)