Back to development: bump to version 0.1.5-dev.

This commit is contained in:
Peter Williams 2017-05-22 00:21:50 -04:00
parent a90463c75f
commit d316e0ca32
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -1,6 +1,6 @@
[root]
name = "tectonic"
version = "0.1.4"
version = "0.1.5-dev"
dependencies = [
"aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
"app_dirs 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -4,7 +4,7 @@
[package]
name = "tectonic"
version = "0.1.4"
version = "0.1.5-dev"
authors = ["Peter Williams <peter@newton.cx>"]
build = "build.rs"
description = """

View File

@ -801,7 +801,7 @@ fn inner(matches: ArgMatches, config: PersistentConfig, status: &mut TermcolorSt
fn main() {
let matches = App::new("Tectonic")
.version("0.1.4")
.version("0.1.5-dev")
.about("Process a (La)TeX document.")
.arg(Arg::with_name("format")
.long("format")