diff --git a/Cargo.lock b/Cargo.lock index 7f2a93e..25d61dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1155,7 +1155,7 @@ dependencies = [ [[package]] name = "neocities-deploy" -version = "0.1.13" +version = "0.1.14" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 1b3c97f..6f02e6e 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.13" +version = "0.1.14" license = "GPL-3.0" authors = ["André Kugland "] homepage = "https://github.com/kugland/neocities-deploy"