1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-23 04:56:17 +02:00

Bump version to unreleased

This commit is contained in:
Elisabeth Henry 2016-04-02 18:48:08 +02:00
parent bdfe8d0dde
commit 7a30c46d57
3 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "crowbook"
version = "0.5.0"
version = "0.5.1-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"

View File

@ -1,6 +1,9 @@
ChangeLog
=========
unreleased
----------
0.5.0 (2016-04-02)
------------------
* Crowbook now requires Rustc 1.7.0.

View File

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