summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-02-04 00:05:57 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-02-04 00:05:57 +0100
commit2d80aae778bb1f436c5777aeca1ca0d465e19062 (patch)
tree3d32ee759eeb434fb00441e34bb6fa6d55bf4082 /Cargo.toml
parent3f5db9ae793015b279c38e64b7c1fb5a7d5fd01c (diff)
Release 0.4.1
tinywasm@0.4.1 tinywasm-parser@0.4.1 tinywasm-types@0.4.1 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 b565c4d..bbe7e57 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ panic="abort"
inherits="release"
[workspace.package]
-version="0.4.0"
+version="0.4.1"
edition="2021"
license="MIT OR Apache-2.0"
authors=["Henry Gressmann <mail@henrygressmann.de>"]