diff --git a/Cargo.lock b/Cargo.lock index 7cd7e87..24b91ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "crowbook" -version = "0.11.1-pre" +version = "0.11.1" dependencies = [ "caribon 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.19.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 5b70533..36a878b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crowbook" -version = "0.11.1-pre" +version = "0.11.1" authors = ["Elisabeth Henry "] description = "Render a Markdown book in HTML, PDF or Epub" repository = "https://github.com/lise-henry/crowbook" diff --git a/Makefile b/Makefile index 2116d97..f777f97 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ BINARY = target/$(TARGET)/release/$(BINARYNAME) PKGNAME= $(BINARYNAME) MAINTAINER = "Élisabeth Henry \" -PKGVERSION = "0.11.0" +PKGVERSION = "0.11.1" PKGLICENSE = "LGPL-2.1+" default: $(BINARY)