Skip to content

Commit f1615a4

Browse files
committed
chore: Release
Signed-off-by: Simon Gellis <simongellis@gmail.com>
1 parent 32bd889 commit f1615a4

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firefly-balius/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firefly-balius"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Helpers to write contracts for the FireFly Cardano connector"
55
license-file.workspace = true
66
publish = false

firefly-cardanoconnect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firefly-cardanoconnect"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "An implementation of the FireFly Connector API for Cardano"
55
license-file.workspace = true
66
publish = false

firefly-cardanosigner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firefly-cardanosigner"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "A service managing keys and signing for the FireFly Cardano connector"
55
license-file.workspace = true
66
publish = false

firefly-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firefly-server"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Internal library with shared code for services"
55
license-file.workspace = true
66
publish = false

scripts/demo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firefly-cardano-demo"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "A demo of the firefly-cardanoconnect API"
55
license-file.workspace = true
66
publish = false

scripts/deploy-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firefly-cardano-deploy-contract"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "A script to build and deploy a Balius smart contract to the FireFly Cardano connector"
55
license-file.workspace = true
66
publish = false

scripts/deploy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firefly-cardano-deploy"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "A script to build and deploy a Balius-backed API to FireFly"
55
license-file.workspace = true
66
publish = false

scripts/generate-key/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firefly-cardano-generate-key"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "A script to easily generate Cardano addresses"
55
license-file.workspace = true
66
publish = false

wasm/simple-tx/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)