diff --git a/package.json b/package.json index dbb8a2b11..87056fba7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-node", - "version": "0.2.1", + "version": "0.2.2", "preferGlobal": true, "description": "TypeScript execution environment for node", "main": "dist/ts-node.js", diff --git a/src/ts-node.ts b/src/ts-node.ts index fc170a9a6..de8838913 100644 --- a/src/ts-node.ts +++ b/src/ts-node.ts @@ -12,7 +12,7 @@ import chalk = require('chalk') /** * Export the current version. */ -export const VERSION = '0.2.0' +export const VERSION = '0.2.2' /** * Extensions to compile using TypeScript.