From 2d8c5d0fae0592f06ad6ea12b670b0b09fb5de47 Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Thu, 13 Dec 2018 15:24:26 +0200 Subject: [PATCH] chore: bump widgets version to 5.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f7220172b..1cb5ac4fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tns-core-modules-widgets", - "version": "5.1.0", + "version": "5.2.0", "description": "Native widgets used in the NativeScript framework.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"