« get me outta code hell

NPM release - 0.1.0 - tui-lib - Pure Node.js library for making visual command-line programs (ala vim, ncdu)
about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-10-17 13:04:16 -0300
committerFlorrie <towerofnix@gmail.com>2019-10-17 13:04:16 -0300
commit074a49b1f14739c42a38333756f94052d85d1a06 (patch)
treeed1524517e76cbf24f4bcdcb284afec833facc99
parent742d2543b88ad4cbb2fc9a859f093a57f32c1967 (diff)
NPM release - 0.1.0
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json
index 84ec156..964c85b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "tui-lib",
-  "version": "0.0.4",
+  "version": "0.0.5",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 1842a11..753963b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "tui-lib",
-  "version": "0.0.4",
+  "version": "0.1.0",
   "description": "terminal ui library",
   "main": "index.js",
   "repository": "https://notabug.org/towerofnix/tui-lib.git",