1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-11-18 00:13:55 +01:00

Bump version preventively to 0.4.1-unreleased

This commit is contained in:
Elisabeth Henry 2016-03-02 01:42:15 +01:00
parent 3a5f16a94a
commit bc459cfd3b
2 changed files with 2 additions and 2 deletions

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

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