summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-01-10 23:55:04 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-01-10 23:55:04 +0100
commit5879ff0b1bc268f1ae6483bdd94e3d0d8f80154a (patch)
tree03b7eed7be1f0febd93a6600aad490d5a8ddf735 /Cargo.toml
parent53fe20ae76461ff8835fd6d8b3b5a1c550390bd9 (diff)
Release 0.2.0
tinywasm@0.2.0 tinywasm-cli@0.2.0 tinywasm-parser@0.2.0 tinywasm-types@0.2.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 ae4fd11..90f4e32 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ default-members=["crates/cli"]
resolver="2"
[workspace.package]
-version="0.2.0-alpha.0"
+version="0.2.0"
edition="2021"
license="MIT OR Apache-2.0"
authors=["Henry Gressmann <mail@henrygressmann.de>"]