diff --git a/CHANGELOG.md b/CHANGELOG.md index 58959d6..dfdcf49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.12.0] - 2022-06-04 +## [0.12.1] - 2022-06-04 ### Features diff --git a/Cargo.lock b/Cargo.lock index 5a9502b..88bed88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,7 +286,7 @@ dependencies = [ [[package]] name = "duf" -version = "0.11.0" +version = "0.12.1" dependencies = [ "async-walkdir", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index 90e1877..40bef50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "duf" -version = "0.11.0" +version = "0.12.1" edition = "2021" authors = ["sigoden "] description = "Duf is a simple file server."