summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2022-11-12 16:01:34 +0900
committerKyohei Uto <im@kyoheiu.dev>2022-11-12 16:01:34 +0900
commit4e08ca67e062ad9984439d586e657409f620d4ff (patch)
tree53beebed6b167b6435b892d7037602fbb6fed7b1 /Cargo.toml
parent7dc4963b5fb82d75f129c42bf033aec9cf77c254 (diff)
v2.0.1: Fix bug
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9f12d1b..121447c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "felix"
-version = "2.0.0"
+version = "2.0.1"
authors = ["Kyohei Uto <im@kyoheiu.dev>"]
edition = "2021"
description = "tui file manager with vim-like key mapping"