1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-27 00:36:14 +02:00

Bump version to 0.11.1

This commit is contained in:
Elisabeth Henry 2017-01-05 16:27:52 +01:00
parent f0028fab5d
commit a9de9ed2f5
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -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)",

View File

@ -1,6 +1,6 @@
[package]
name = "crowbook"
version = "0.11.1-pre"
version = "0.11.1"
authors = ["Elisabeth Henry <liz.henry@ouvaton.org>"]
description = "Render a Markdown book in HTML, PDF or Epub"
repository = "https://github.com/lise-henry/crowbook"

View File

@ -5,7 +5,7 @@ BINARY = target/$(TARGET)/release/$(BINARYNAME)
PKGNAME= $(BINARYNAME)
MAINTAINER = "Élisabeth Henry \<liz.henry@ouvaton.org\>"
PKGVERSION = "0.11.0"
PKGVERSION = "0.11.1"
PKGLICENSE = "LGPL-2.1+"
default: $(BINARY)