From a2e8e7ca417d283ef9224a9e9a12c63cfb13d6b6 Mon Sep 17 00:00:00 2001 From: Svetoslav Date: Tue, 16 Oct 2018 16:51:53 +0300 Subject: [PATCH] chore: bump version to 5.0.0 (#143) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9792bb58c..9e083e72b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tns-core-modules-widgets", - "version": "4.3.0", + "version": "5.0.0", "description": "Native widgets used in the NativeScript framework.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"