From a9de9ed2f550810067e28cadece3ae23bf8513b4 Mon Sep 17 00:00:00 2001 From: Elisabeth Henry Date: Thu, 5 Jan 2017 16:27:52 +0100 Subject: [PATCH] Bump version to 0.11.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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)