diff --git a/package.json b/package.json index 187d40bc5..9d85f3eba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-node", - "version": "0.0.6", + "version": "0.0.7", "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 76e1b8e63..760617af0 100644 --- a/src/typescript-node.ts +++ b/src/typescript-node.ts @@ -10,7 +10,7 @@ import arrify = require('arrify') /** * Export the current version. */ -export const VERSION = '0.0.6' +export const VERSION = '0.0.7' /** * Extensions to compile using TypeScript.