From e50bc952b9e4414b114f5b95268700445fc38b99 Mon Sep 17 00:00:00 2001 From: Blake Embrey Date: Fri, 11 Sep 2015 22:15:47 -0700 Subject: [PATCH] v0.1.1 --- package.json | 2 +- src/typescript-node.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 73ac12789..aed1e1f74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-node", - "version": "0.1.0", + "version": "0.1.1", "preferGlobal": true, "description": "TypeScript execution environment for node", "main": "dist/typescript-node.js", diff --git a/src/typescript-node.ts b/src/typescript-node.ts index 79e17113f..f8c24da2c 100644 --- a/src/typescript-node.ts +++ b/src/typescript-node.ts @@ -12,7 +12,7 @@ import chalk = require('chalk') /** * Export the current version. */ -export const VERSION = '0.1.0' +export const VERSION = '0.1.1' /** * Extensions to compile using TypeScript.