1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-26 07:56:09 +02:00

Bump version to 0.9.0-unreleased since we AGAIN made breaking changes

This commit is contained in:
Elisabeth Henry 2016-09-21 12:24:59 +02:00
parent bd0508795f
commit 7a2c6653ef
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "crowbook"
version = "0.8.1-unreleased"
version = "0.9.0-unreleased"
authors = ["Elisabeth Henry <liz.henry@ouvaton.org>"]
description = "Render a Markdown book in HTML, PDF or Epub"
repository = "https://github.com/lise-henry/crowbook"
@ -12,7 +12,7 @@ license = "LGPL-2.1+"
[lib]
name = "crowbook"
path = "src/lib/lib.rs"
doctest = false
doctest = true
[[bin]]
name = "crowbook"

View File

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