From 666d7702a79c00e79c4fde1abd703200b3fba1da Mon Sep 17 00:00:00 2001 From: teppeis Date: Sun, 1 Nov 2015 21:31:15 +0900 Subject: [PATCH] 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 421df5b..a66fd84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-simple", - "version": "2.0.0", + "version": "3.0.0", "description": "Simple API to compile TypeScript code string to JavaScript. That's all!", "main": "index.js", "scripts": {