Skip to content

Commit 3718d0e

Browse files
committed
release: v0.6.3
1 parent 000f7e0 commit 3718d0e

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

rust/Cargo.lock

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

rust/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
resolver = "2"
1313

1414
[workspace.package]
15-
version = "0.6.2"
15+
version = "0.6.3"
1616
authors = ["Magicblock Labs <dev@magicblock.gg>"]
1717
edition = "2021"
1818
license = "MIT"
@@ -23,11 +23,11 @@ readme = "README.md"
2323
keywords = ["solana", "crypto", "delegation", "ephemeral-rollups", "magicblock"]
2424

2525
[workspace.dependencies]
26-
ephemeral-rollups-sdk = { path = "sdk", version = "=0.6.2" }
27-
ephemeral-rollups-sdk-attribute-ephemeral = { path = "ephemeral", version = "=0.6.2" }
28-
ephemeral-rollups-sdk-attribute-delegate = { path = "delegate", version = "=0.6.2" }
29-
ephemeral-rollups-sdk-attribute-commit = { path = "commit-attribute", version = "=0.6.2" }
30-
ephemeral-rollups-sdk-attribute-action = { path = "action-attribute", version = "=0.6.2" }
26+
ephemeral-rollups-sdk = { path = "sdk", version = "=0.6.3" }
27+
ephemeral-rollups-sdk-attribute-ephemeral = { path = "ephemeral", version = "=0.6.3" }
28+
ephemeral-rollups-sdk-attribute-delegate = { path = "delegate", version = "=0.6.3" }
29+
ephemeral-rollups-sdk-attribute-commit = { path = "commit-attribute", version = "=0.6.3" }
30+
ephemeral-rollups-sdk-attribute-action = { path = "action-attribute", version = "=0.6.3" }
3131

3232

3333
# Magicblock

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

0 commit comments

Comments
 (0)