diff --git a/Cargo.lock b/Cargo.lock index 5a96bdd..86fa751 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -721,7 +721,7 @@ dependencies = [ [[package]] name = "neocities-deploy" -version = "0.1.8" +version = "0.1.10" dependencies = [ "anyhow", "bytesize", diff --git a/Cargo.toml b/Cargo.toml index bf6452c..e6dcf7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "neocities-deploy" description = "A command-line tool for deploying your Neocities site" -version = "0.1.8" +version = "0.1.10" license = "GPL-3.0" authors = ["André Kugland "] homepage = "https://github.com/kugland/neocities-deploy"