summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-12-19 14:51:57 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-12-19 14:51:57 +0100
commit61e52d2ccaeacefd20fe10d2bafcd5c8eadd8edb (patch)
treeb299b9a4c3bce811b6ec961f2031eacd75290491 /Cargo.toml
parent375f9aa32b117a42c7a9c7f29d3c592b81d966be (diff)
Release 0.0.5
tinywasm@0.0.5 tinywasm-cli@0.0.5 tinywasm-parser@0.0.5 tinywasm-types@0.0.5 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 c297bfe..067fca2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ default-members=["crates/cli"]
resolver="2"
[workspace.package]
-version="0.0.5-alpha.0"
+version="0.0.5"
edition="2021"
license="MIT OR Apache-2.0"
authors=["Henry Gressmann <mail@henrygressmann.de>"]