Skip to content

Commit

Permalink
Bump version to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann committed Apr 8, 2016
1 parent 36091a9 commit 2293927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]

name = "liquid"
version = "0.6.0"
version = "0.7.0"
authors = ["Johann Hofmann <mail@johann-hofmann.com>"]
description = "The liquid templating language for Rust"
repository = "https://github.com/cobalt-org/liquid-rust"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ To include liquid in your project add the following to your Cargo.toml:

```toml
[dependencies]
liquid = "0.6"
liquid = "0.7"
```

Now you can use the crate in your code
Expand Down

0 comments on commit 2293927

Please sign in to comment.