From cb071f4ffce079cbce808a75630ef49f75164002 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Fri, 18 Aug 2023 17:14:13 -0400 Subject: [PATCH] maint: Update version to 0.1.1 --- macros/Cargo.toml | 4 ++-- wasm-web-component/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index efb74c5..a12c86a 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -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"] \ No newline at end of file +features = ["full"] diff --git a/wasm-web-component/Cargo.toml b/wasm-web-component/Cargo.toml index f732583..8d685f4 100644 --- a/wasm-web-component/Cargo.toml +++ b/wasm-web-component/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-web-component" -version = "0.1.0" +version = "0.1.1" edition = "2021" author = "Jeremy Wall " @@ -43,4 +43,4 @@ features = [ "ShadowRootMode", "Window", "console" -] \ No newline at end of file +]