diff --git a/Cargo.lock b/Cargo.lock index 172b822..5c9127b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1899,7 +1899,7 @@ dependencies = [ [[package]] name = "rgit" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index f565ee0..8545710 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rgit" description = "A gitweb/cgit-like interface" -version = "0.1.2" +version = "0.1.3" edition = "2021" authors = [ "Jordan Doyle " ] license = "WTFPL"