Skip to content

Commit

Permalink
Bump version to 0.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Aug 25, 2019
1 parent 88cdd9d commit f6ada8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdbook-latex"
version = "0.1.4"
version = "0.1.5"
authors = ["lbeckman314 <[email protected]>"]
edition = "2018"
description = "An mdbook backend for generating LaTeX and PDF documents."
Expand All @@ -13,5 +13,5 @@ mdbook = "0.3.1"
serde = "1.0.98"
serde_derive = "1.0.98"
tectonic = "0.1.11"
#md2tex = "0.1.2"
md2tex = { path = "/home/liam/Documents/code/projects/md2tex" }
md2tex = "0.1.3"
#md2tex = { path = "/home/liam/Documents/code/projects/md2tex" }
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
[![ci badge][ci-badge]][ci]

[crates.io]: https://crates.io/crates/mdbook-latex
[crates-badge]: https://img.shields.io/badge/crates.io-v0.1.4-orange.svg?longCache=true
[crates-badge]: https://img.shields.io/badge/crates.io-v0.1.5-orange.svg?longCache=true

[docs]: https://docs.rs/crate/mdbook-latex/0.1.4
[docs]: https://docs.rs/crate/mdbook-latex/0.1.5
[docs-badge]: https://docs.rs/mdbook-latex/badge.svg

[ci]: https://travis-ci.org/lbeckman314/mdbook-latex
Expand Down Expand Up @@ -39,13 +39,13 @@ An [mdbook](https://github.com/rust-lang-nursery/mdBook) backend for generating
|| [~~Rustonomicon~~][rustonomicon-pdf] | [~~LaTeX~~][rustonomicon-latex] | [Source][rustonomicon-src] | [HTML][rustonomicon-html] |
|| [~~Unstable Book~~][unstable-pdf] | [~~LaTeX~~][unstable-latex] | [Source][unstable-src] | [HTML][unstable-html] |

[rust-pdf]: https://github.com/lbeckman314/mdbook-latex/releases/download/v0.1.3/The.Rust.Programming.Language.pdf
[rust-latex]: https://github.com/lbeckman314/mdbook-latex/releases/download/v0.1.3/The.Rust.Programming.Language.tex
[rust-pdf]: https://github.com/lbeckman314/mdbook-latex/releases/download/v0.1.5/The.Rust.Programming.Language.pdf
[rust-latex]: https://github.com/lbeckman314/mdbook-latex/releases/download/v0.1.5/The.Rust.Programming.Language.tex
[rust-src]: https://github.com/rust-lang/book
[rust-html]: https://doc.rust-lang.org/book/

[mdbook-pdf]: https://github.com/lbeckman314/mdbook-latex/releases/download/v0.1.3/mdBook.Documentation.pdf
[mdbook-latex]: https://github.com/lbeckman314/mdbook-latex/releases/download/v0.1.3/mdBook.Documentation.tex
[mdbook-pdf]: https://github.com/lbeckman314/mdbook-latex/releases/download/v0.1.5/mdBook.Documentation.pdf
[mdbook-latex]: https://github.com/lbeckman314/mdbook-latex/releases/download/v0.1.5/mdBook.Documentation.tex
[mdbook-src]: https://github.com/rust-lang-nursery/mdBook/tree/master/book-example
[mdbook-html]: https://rust-lang-nursery.github.io/mdBook/

Expand Down

0 comments on commit f6ada8f

Please sign in to comment.