Release 0.8.1

This commit is contained in:
Chris Wong 2016-04-27 16:24:41 +12:00
parent 071aac34f8
commit 2578c9aefc
2 changed files with 3 additions and 3 deletions
maud
maud_macros

View file

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

View file

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