From 8c176b71b63db028d8c87c4d3db2934786dac22a Mon Sep 17 00:00:00 2001 From: Yulong Wu Date: Thu, 12 May 2022 09:24:11 +0100 Subject: [PATCH] Bump version --- radix-engine/Cargo.toml | 2 +- sbor-derive/Cargo.toml | 2 +- sbor-tests/Cargo.toml | 2 +- sbor/Cargo.toml | 2 +- scrypto-abi/Cargo.toml | 2 +- scrypto-derive/Cargo.toml | 2 +- scrypto-tests/Cargo.toml | 2 +- scrypto/Cargo.toml | 2 +- simulator/Cargo.toml | 2 +- transaction-manifest/Cargo.toml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/radix-engine/Cargo.toml b/radix-engine/Cargo.toml index 0892d80af1c..04e4673ddd9 100644 --- a/radix-engine/Cargo.toml +++ b/radix-engine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "radix-engine" -version = "0.4.0" +version = "0.4.1" edition = "2021" [dependencies] diff --git a/sbor-derive/Cargo.toml b/sbor-derive/Cargo.toml index 0ccfb4fe12e..597e1c70bd3 100644 --- a/sbor-derive/Cargo.toml +++ b/sbor-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sbor-derive" -version = "0.4.0" +version = "0.4.1" edition = "2021" [lib] diff --git a/sbor-tests/Cargo.toml b/sbor-tests/Cargo.toml index 87189b93fd9..e98c523e8ab 100644 --- a/sbor-tests/Cargo.toml +++ b/sbor-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sbor-tests" -version = "0.4.0" +version = "0.4.1" edition = "2021" [dependencies] diff --git a/sbor/Cargo.toml b/sbor/Cargo.toml index d298534fb59..feed598b552 100644 --- a/sbor/Cargo.toml +++ b/sbor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sbor" -version = "0.4.0" +version = "0.4.1" edition = "2021" [dependencies] diff --git a/scrypto-abi/Cargo.toml b/scrypto-abi/Cargo.toml index c72831512d6..93752713c70 100644 --- a/scrypto-abi/Cargo.toml +++ b/scrypto-abi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scrypto-abi" -version = "0.4.0" +version = "0.4.1" edition = "2021" [dependencies] diff --git a/scrypto-derive/Cargo.toml b/scrypto-derive/Cargo.toml index 7cf01e15298..4f5a224da42 100644 --- a/scrypto-derive/Cargo.toml +++ b/scrypto-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scrypto-derive" -version = "0.4.0" +version = "0.4.1" edition = "2021" [lib] diff --git a/scrypto-tests/Cargo.toml b/scrypto-tests/Cargo.toml index 30c6da00108..3b2f198ada2 100644 --- a/scrypto-tests/Cargo.toml +++ b/scrypto-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scrypto-tests" -version = "0.4.0" +version = "0.4.1" edition = "2021" [dependencies] diff --git a/scrypto/Cargo.toml b/scrypto/Cargo.toml index 9903a2aeae8..47ec79f0836 100644 --- a/scrypto/Cargo.toml +++ b/scrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scrypto" -version = "0.4.0" +version = "0.4.1" edition = "2021" [dependencies] diff --git a/simulator/Cargo.toml b/simulator/Cargo.toml index d418b74ae40..4c97ac6ba12 100644 --- a/simulator/Cargo.toml +++ b/simulator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simulator" -version = "0.4.0" +version = "0.4.1" edition = "2021" [dependencies] diff --git a/transaction-manifest/Cargo.toml b/transaction-manifest/Cargo.toml index c6fc120cd4c..64377a294eb 100644 --- a/transaction-manifest/Cargo.toml +++ b/transaction-manifest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "transaction-manifest" -version = "0.4.0" +version = "0.4.1" edition = "2021" [dependencies]