maint: Update version to 0.1.1

This commit is contained in:
Jeremy Wall 2023-08-18 17:14:13 -04:00
parent 1a71426806
commit cb071f4ffc
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "wasm-web-component-macros"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -16,4 +16,4 @@ str_inflector = "0.12.0"
[dependencies.syn]
version = "1.0.101"
features = ["full"]
features = ["full"]

View File

@ -1,6 +1,6 @@
[package]
name = "wasm-web-component"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
author = "Jeremy Wall <jeremy@marzhillstudios.com>"
@ -43,4 +43,4 @@ features = [
"ShadowRootMode",
"Window",
"console"
]
]