Release 0.7.0

This commit is contained in:
Chris Wong 2015-11-08 18:59:47 +13:00
parent 05b5d099fb
commit c9cb438bee
2 changed files with 3 additions and 3 deletions
maud
maud_macros

View file

@ -1,7 +1,7 @@
[package] [package]
name = "maud" name = "maud"
version = "0.6.2" version = "0.7.0"
authors = ["Chris Wong <lambda.fairy@gmail.com>"] authors = ["Chris Wong <lambda.fairy@gmail.com>"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "maud_macros" name = "maud_macros"
version = "0.6.2" version = "0.7.0"
authors = ["Chris Wong <lambda.fairy@gmail.com>"] authors = ["Chris Wong <lambda.fairy@gmail.com>"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
@ -14,7 +14,7 @@ Compile-time HTML templates.
[dependencies.maud] [dependencies.maud]
path = "../maud" path = "../maud"
version = "=0.6.2" version = "=0.7.0"
[lib] [lib]
name = "maud_macros" name = "maud_macros"