diff --git a/package.json b/package.json index 3b00efc0d..64a36e141 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-node", - "version": "0.0.8", + "version": "0.0.9", "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 c6696142a..e98f7b538 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.8' +export const VERSION = '0.0.9' /** * Extensions to compile using TypeScript.