Release 0.1.1

This commit is contained in:
Bodil Stokke 2018-11-29 17:52:08 +00:00
parent c85045d291
commit d4c5121172
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "typed-html-macros"
version = "0.1.0"
version = "0.1.1"
authors = ["Bodil Stokke <bodil@bodil.org>"]
build = "build.rs"
license = "MPL-2.0+"

View File

@ -1,6 +1,6 @@
[package]
name = "typed-html"
version = "0.1.0"
version = "0.1.1"
authors = ["Bodil Stokke <bodil@bodil.org>"]
license = "MPL-2.0+"
description = "Type checked JSX for Rust"
@ -15,7 +15,7 @@ travis-ci = { repository = "bodil/typed-html" }
maintenance = { status = "actively-developed" }
[dependencies]
typed-html-macros = { path = "../macros" }
typed-html-macros = "0.1.1"
strum = "0.11.0"
strum_macros = "0.11.0"
mime = "0.3.12"