Skip to content

Commit a903543

Browse files
release: 0.3.7 (#70)
1 parent dafc2e9 commit a903543

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.3.6"
14+
version = "0.3.7"
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.3.6" }
26-
ephemeral-rollups-sdk-attribute-ephemeral = { path = "ephemeral", version = "=0.3.6" }
27-
ephemeral-rollups-sdk-attribute-delegate = { path = "delegate", version = "=0.3.6" }
28-
ephemeral-rollups-sdk-attribute-commit = { path = "commit-attribute", version = "=0.3.6" }
25+
ephemeral-rollups-sdk = { path = "sdk", version = "=0.3.7" }
26+
ephemeral-rollups-sdk-attribute-ephemeral = { path = "ephemeral", version = "=0.3.7" }
27+
ephemeral-rollups-sdk-attribute-delegate = { path = "delegate", version = "=0.3.7" }
28+
ephemeral-rollups-sdk-attribute-commit = { path = "commit-attribute", version = "=0.3.7" }
2929

3030
# Magicblock
3131
magicblock-delegation-program = { version = "1.1.2", features = ["no-entrypoint"] }

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.3.6",
3+
"version": "0.3.7",
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.3.6",
3+
"version": "0.3.7",
44
"author": "MagicBlock Labs",
55
"license": "MIT",
66
"publishConfig": {

0 commit comments

Comments
 (0)