summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-11-19 20:10:30 -0500
committerJeff Zhao <jeff.no.zhao@gmail.com>2021-11-19 20:13:34 -0500
commit8a339c878532ec95aea1fbf030d13e36ed8cb716 (patch)
tree5aaaf96aeb346b9cacacbd3377d072c5851c7fc1
parent63ba97216a1ada931f3bfcd2deaae72155b175dd (diff)
version bump 0.9.20.9.2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4e83a03..e4d6b7b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -295,7 +295,7 @@ dependencies = [
[[package]]
name = "joshuto"
-version = "0.9.1"
+version = "0.9.2"
dependencies = [
"alphanumeric-sort",
"ansi-to-tui",
diff --git a/Cargo.toml b/Cargo.toml
index 68384f7..98a6857 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,10 +1,10 @@
[package]
name = "joshuto"
-version = "0.9.1"
+version = "0.9.2"
authors = ["Jiayi Zhao <jeff.no.zhao@gmail.com>"]
description = "Terminal file manager inspired by ranger"
homepage = "https://github.com/kamiyaa/joshuto"
-license = "LGPL-3"
+license = "LGPL-3.0"
edition = "2018"
[dependencies]