Release 0.4.0

This commit is contained in:
Chris Wong 2015-04-11 10:26:43 +12:00
parent e5711929e3
commit 86c6edafae
2 changed files with 3 additions and 3 deletions
maud
maud_macros

View file

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

View file

@ -1,7 +1,7 @@
[package]
name = "maud_macros"
version = "0.3.4"
version = "0.4.0"
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
license = "MIT/Apache-2.0"
@ -17,7 +17,7 @@ print-expansion = []
[dependencies.maud]
path = "../maud"
version = "=0.3.4"
version = "=0.4.0"
[lib]
name = "maud_macros"