diff --git a/package.json b/package.json index 2f0fe4a87..3b00efc0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-node", - "version": "0.0.7", + "version": "0.0.8", "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 220c4c172..464ecc984 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.7' +export const VERSION = '0.0.8' /** * Extensions to compile using TypeScript.