From 79aca266e447e4d78a462891a501a420ef497c69 Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Thu, 23 Apr 2015 11:13:02 +0300 Subject: [PATCH] Remove the RC from the package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6225ab5fd..4dfab6f39 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tns-core", "description": "Telerik NativeScript Core", - "version": "1.0.0-RC1", + "version": "1.0.0", "repository": { "type": "git", "url": "https://github.com/NativeScript/cross-platform-modules"