Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Sep 22, 2015
1 parent 82c9496 commit 07d8633
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.1",
"version": "0.2.2",
"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.0'
export const VERSION = '0.2.2'

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

0 comments on commit 07d8633

Please sign in to comment.