Skip to content

Commit

Permalink
Version 0.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkgw committed May 22, 2017
1 parent ca848b4 commit a90463c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "tectonic"
version = "0.1.4-dev"
version = "0.1.4"
authors = ["Peter Williams <[email protected]>"]
build = "build.rs"
description = """
Expand Down
2 changes: 1 addition & 1 deletion src/cli_driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ fn inner(matches: ArgMatches, config: PersistentConfig, status: &mut TermcolorSt

fn main() {
let matches = App::new("Tectonic")
.version("0.1.4-dev")
.version("0.1.4")
.about("Process a (La)TeX document.")
.arg(Arg::with_name("format")
.long("format")
Expand Down

0 comments on commit a90463c

Please sign in to comment.