Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Nov 2, 2015
1 parent 339b958 commit b380c7d
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.4.0",
"version": "0.4.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.4.0'
export const VERSION = '0.4.1'

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

0 comments on commit b380c7d

Please sign in to comment.