Skip to content

Commit 539bd2d

Browse files
authored
Release/v0.4.1 (#74)
* fix: support for anchor 0.32.1 * release: 0.4.1
1 parent 49bdf28 commit 539bd2d

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

rust/Cargo.lock

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

rust/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111
resolver = "2"
1212

1313
[workspace.package]
14-
version = "0.4.0"
14+
version = "0.4.1"
1515
authors = ["Magicblock Labs <[email protected]>"]
1616
edition = "2021"
1717
license = "MIT"
@@ -22,10 +22,10 @@ readme = "README.md"
2222
keywords = ["solana", "crypto", "delegation", "ephemeral-rollups", "magicblock"]
2323

2424
[workspace.dependencies]
25-
ephemeral-rollups-sdk = { path = "sdk", version = "=0.4.0" }
26-
ephemeral-rollups-sdk-attribute-ephemeral = { path = "ephemeral", version = "=0.4.0" }
27-
ephemeral-rollups-sdk-attribute-delegate = { path = "delegate", version = "=0.4.0" }
28-
ephemeral-rollups-sdk-attribute-commit = { path = "commit-attribute", version = "=0.4.0" }
25+
ephemeral-rollups-sdk = { path = "sdk", version = "=0.4.1" }
26+
ephemeral-rollups-sdk-attribute-ephemeral = { path = "ephemeral", version = "=0.4.1" }
27+
ephemeral-rollups-sdk-attribute-delegate = { path = "delegate", version = "=0.4.1" }
28+
ephemeral-rollups-sdk-attribute-commit = { path = "commit-attribute", version = "=0.4.1" }
2929

3030
# Magicblock
3131
magicblock-delegation-program = { version = "1.1.3", features = ["no-entrypoint", "core"], default-features = false }

ts/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magicblock-labs/ephemeral-rollups-kit",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"author": "MagicBlock Labs",
55
"license": "MIT",
66
"publishConfig": {

ts/web3js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magicblock-labs/ephemeral-rollups-sdk",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"author": "MagicBlock Labs",
55
"license": "MIT",
66
"publishConfig": {

0 commit comments

Comments
 (0)