summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
-rw-r--r--tui-react/.gitignore1
3 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 55a14eb..8ea03df 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.1.3"
+version = "2.1.4"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
include = ["src/**/*", "Cargo.toml"]
diff --git a/README.md b/README.md
index 3593517..47528df 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,8 @@ dua interactive
* [ ] Evaluate unit coloring - can we highlight different units better, make them stick out?
+#### ✅ v2.1.4 - re-release with Cargo.lock
+
#### ✅ v2.1.2 bug fixes and improvements
* Performance fix when showing folders with large amounts of files
diff --git a/tui-react/.gitignore b/tui-react/.gitignore
new file mode 100644
index 0000000..5a44eef
--- /dev/null
+++ b/tui-react/.gitignore
@@ -0,0 +1 @@
+/Cargo.lock