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

Bump version to 0.10.2-pre

This commit is contained in:
Elisabeth Henry 2016-10-18 05:20:45 +02:00
parent 361d5fae16
commit ca09c4d5f4
2 changed files with 3 additions and 3 deletions

View File

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

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