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

Bump version to 0.10.4-pre

This commit is contained in:
Elisabeth Henry 2016-12-11 19:43:30 +01:00
parent c691ddb24a
commit 4f0a712e87
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "crowbook"
version = "0.10.3"
version = "0.10.4-pre
authors = ["Elisabeth Henry <liz.henry@ouvaton.org>"]
description = "Render a Markdown book in HTML, PDF or Epub"
repository = "https://github.com/lise-henry/crowbook"
@ -8,7 +8,7 @@ documentation = "https://docs.rs/crowbook/"
readme = "README.md"
keywords = ["markdown", "book"]
license = "LGPL-2.1+"
publish = true
publish = false
build = "build.rs"
exclude = [

View File

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