Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Oct 21, 2015
1 parent 2a8774a commit 4dd152e
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": "ts-node",
"version": "0.2.4",
"version": "0.2.5",
"preferGlobal": true,
"description": "TypeScript execution environment for node",
"main": "dist/ts-node.js",
Expand Down
2 changes: 1 addition & 1 deletion src/ts-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.2.4'
export const VERSION = '0.2.5'

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

0 comments on commit 4dd152e

Please sign in to comment.