Skip to content

Commit

Permalink
v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Jul 23, 2015
1 parent b6a82d1 commit 0630a78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion src/typescript-node.ts
Expand Up @@ -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.
Expand Down

0 comments on commit 0630a78

Please sign in to comment.