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:
parent
3a5f16a94a
commit
bc459cfd3b
@ -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"
|
||||
|
2
Makefile
2
Makefile
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user