Skip to content

Commit

Permalink
docs: Update liquid version
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 24, 2018
1 parent e48edf9 commit 71b10d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To include liquid in your project add the following to your Cargo.toml:

```toml
[dependencies]
liquid = "0.13"
liquid = "0.14"
```

Now you can use the crate in your code
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//!
//! ```toml
//! [dependencies]
//! liquid = "0.13"
//! liquid = "0.14"
//! ```
//!
//! ## Example
Expand Down

0 comments on commit 71b10d3

Please sign in to comment.