From 2137acfacf41dbc1e6a02bd813c9adf37e2b3504 Mon Sep 17 00:00:00 2001 From: Vasil Chimev Date: Tue, 21 Jun 2016 12:17:51 +0300 Subject: [PATCH] Update package.json --- tns-core-modules/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tns-core-modules/package.json b/tns-core-modules/package.json index 0eba4790f..267b88829 100644 --- a/tns-core-modules/package.json +++ b/tns-core-modules/package.json @@ -24,12 +24,12 @@ "license": "Apache-2.0", "typings": "tns-core-modules.d.ts", "dependencies": { - "tns-core-modules-widgets": "next" + "tns-core-modules-widgets": "2.1.3" }, "nativescript": { "platforms": { - "ios": "2.0.0", - "android": "2.0.0" + "ios": "2.1.0", + "android": "2.1.0" } } -} \ No newline at end of file +}