« get me outta code hell

NPM release - 0.1.1 - 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-23 11:02:38 -0300
committerFlorrie <towerofnix@gmail.com>2019-10-23 11:04:06 -0300
commita7f8734a33d1ffe549f83ea7186c56b831e933f0 (patch)
tree06453db462607fcc975c99513545392fe3378535
parent695149a96299f9f1d3d0cc0747a7390a82d69525 (diff)
NPM release - 0.1.1
-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 964c85b..614b011 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "tui-lib",
-  "version": "0.0.5",
+  "version": "0.1.1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 753963b..33f58c8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "tui-lib",
-  "version": "0.1.0",
+  "version": "0.1.1",
   "description": "terminal ui library",
   "main": "index.js",
   "repository": "https://notabug.org/towerofnix/tui-lib.git",