From 63275d74dba5b96601992a80f336d2757ac6c5ed Mon Sep 17 00:00:00 2001 From: Vasil Chimev Date: Wed, 18 May 2016 11:57:13 +0300 Subject: [PATCH] Update package.json Bump version to 2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 654edec12..61369c5a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tns-core-modules-widgets", - "version": "2.0.0", + "version": "2.1.0", "description": "Native widgets used in the NativeScript framework.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"