Release 0.1.0

This commit is contained in:
Chris Wong 2015-01-25 15:23:55 +13:00
parent 17a447d898
commit 30a8dccfb0
2 changed files with 3 additions and 2 deletions
maud
maud_macros

View file

@ -1,7 +1,7 @@
[package]
name = "maud"
version = "0.0.1"
version = "0.1.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.0.1"
version = "0.1.0"
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
license = "MIT/Apache-2.0"
@ -13,6 +13,7 @@ Compile-time HTML templates.
[dependencies.maud]
path = "../maud"
version = "=0.1.0"
[lib]
name = "maud_macros"