Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Nov 11, 2015
1 parent 2a1a9bd commit 77c1161
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.5.0",
"version": "0.5.1",
"preferGlobal": true,
"description": "TypeScript execution environment and REPL 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 @@ -46,7 +46,7 @@ export type TSish = TS_1_5ish | TS_1_7ish
/**
* Export the current version.
*/
export const VERSION = '0.5.0'
export const VERSION = '0.5.1'

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

0 comments on commit 77c1161

Please sign in to comment.