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",