diff --git a/package.json b/package.json index aed1e1f74..af9581201 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-node", - "version": "0.1.1", + "version": "0.1.2", "preferGlobal": true, "description": "TypeScript execution environment for node", "main": "dist/typescript-node.js", diff --git a/src/typescript-node.ts b/src/typescript-node.ts index 29e8fa1a1..73a1c485d 100644 --- a/src/typescript-node.ts +++ b/src/typescript-node.ts @@ -12,7 +12,7 @@ import chalk = require('chalk') /** * Export the current version. */ -export const VERSION = '0.1.1' +export const VERSION = '0.1.2' /** * Extensions to compile using TypeScript.