From 8a339c878532ec95aea1fbf030d13e36ed8cb716 Mon Sep 17 00:00:00 2001 From: Jeff Zhao Date: Fri, 19 Nov 2021 20:10:30 -0500 Subject: version bump 0.9.2 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 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 "] description = "Terminal file manager inspired by ranger" homepage = "https://github.com/kamiyaa/joshuto" -license = "LGPL-3" +license = "LGPL-3.0" edition = "2018" [dependencies] -- cgit v1.2.3