summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2023-12-27 22:41:42 +0100
committerHenry <mail@henrygressmann.de>2023-12-27 22:41:42 +0100
commita7ce6334efbe39c2cc36e159132aef93834bfd72 (patch)
treec52ffd72290991cac42e26b1329168a3a6af3c2f /Cargo.toml
parent85f5a385c2cd1ea2f656e098be02778edb6b43d5 (diff)
Release 0.1.0
tinywasm@0.1.0 tinywasm-cli@0.1.0 tinywasm-parser@0.1.0 tinywasm-types@0.1.0 Generated by cargo-workspaces
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7240e6f..bf078c5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ default-members=["crates/cli"]
resolver="2"
[workspace.package]
-version="0.0.6-alpha.0"
+version="0.1.0"
edition="2021"
license="MIT OR Apache-2.0"
authors=["Henry Gressmann <mail@henrygressmann.de>"]