Skip to content

Commit a3be88d

Browse files
committed
v0.1.2
1 parent 9b76b92 commit a3be88d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-node",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"preferGlobal": true,
55
"description": "TypeScript execution environment for node",
66
"main": "dist/typescript-node.js",

src/typescript-node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import chalk = require('chalk')
1212
/**
1313
* Export the current version.
1414
*/
15-
export const VERSION = '0.1.1'
15+
export const VERSION = '0.1.2'
1616

1717
/**
1818
* Extensions to compile using TypeScript.

0 commit comments

Comments
 (0)