Merge pull request #2418 from NativeScript/vchimev-pack

Bump up version to 2.2.0
This commit is contained in:
Vasil Chimev
2016-07-05 06:11:56 -07:00
committed by GitHub

View File

@ -1,7 +1,7 @@
{ {
"name": "tns-core-modules", "name": "tns-core-modules",
"description": "Telerik NativeScript Core Modules", "description": "Telerik NativeScript Core Modules",
"version": "2.1.0", "version": "2.2.0",
"homepage":"https://www.nativescript.org", "homepage":"https://www.nativescript.org",
"repository": { "repository": {
"type": "git", "type": "git",
@ -28,8 +28,8 @@
}, },
"nativescript": { "nativescript": {
"platforms": { "platforms": {
"ios": "2.0.0", "ios": "2.1.0",
"android": "2.0.0" "android": "2.1.1"
} }
} }
} }