Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Sep 12, 2015
1 parent cce66d6 commit e50bc95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-node",
"version": "0.1.0",
"version": "0.1.1",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import chalk = require('chalk')
/**
* Export the current version.
*/
export const VERSION = '0.1.0'
export const VERSION = '0.1.1'

/**
* Extensions to compile using TypeScript.
Expand Down

0 comments on commit e50bc95

Please sign in to comment.