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

Preventily bump version to 0.10.5-pre

This commit is contained in:
Elisabeth Henry 2016-12-16 03:37:53 +01:00
parent 9155ab7c23
commit 717f681a86
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "crowbook"
version = "0.10.4"
version = "0.10.5-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.4"
PKGVERSION = "0.10.5"
PKGLICENSE = "LGPL-2.1+"
default: $(BINARY)