From eb7f8feb6db04003a8490a8501ec40a3594fb969 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Mon, 4 Jul 2016 21:01:02 -0700 Subject: [PATCH] Release 0.3.1 --- HISTORY.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 18f4b2c2..76f149b1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,9 @@ +0.3.1 / 2016-07-04 +================== + + * implement most recent hterm with lots of bugfixes [@dbkaplun, @rauchg] + 0.3.0 / 2016-07-04 ================== diff --git a/package.json b/package.json index fa852e1e..36d234da 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hyperterm", "productName": "HyperTerm", - "version": "0.3.0", + "version": "0.3.1", "description": "HTML/JS/CSS Terminal", "dependencies": { "child_pty": "3.0.1",