Skip to content

Commit 13b18c4

Browse files
authored
bump version for NS 5.0 changes
1 parent 3374aaf commit 13b18c4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "nativescript-image-swipe",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "A widget to easily swipe and zoom through images",
55
"main": "image-swipe",
66
"typings": "image-swipe.d.ts",
77
"nativescript": {
88
"platforms": {
9-
"ios": "4.0.0",
10-
"android": "4.0.0"
9+
"ios": "5.0.0",
10+
"android": "5.0.0"
1111
},
1212
"plugin": {
1313
"nan": "true",
@@ -39,11 +39,12 @@
3939
],
4040
"author": "Peter Staev <peter@tangrasoft.com>",
4141
"contributors": [
42-
"Dirk Rudolph (https://github.com/Buuhuu)"
42+
"Dirk Rudolph (https://github.com/Buuhuu)",
43+
"Vladimir Amiorkov (https://github.com/VladimirAmiorkov)"
4344
],
4445
"license": "Apache-2.0",
4546
"peerDependencies": {
46-
"tns-core-modules": "^4"
47+
"tns-core-modules": "^5"
4748
},
4849
"devDependencies": {
4950
"grunt": "1.0.1",

0 commit comments

Comments
 (0)