Skip to content

Commit b40a79c

Browse files
authored
release: v0.6.2 (#87)
1 parent bb082a4 commit b40a79c

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

rust/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.

rust/Cargo.toml

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

1515
[workspace.package]
16-
version = "0.6.1"
16+
version = "0.6.2"
1717
authors = ["Magicblock Labs <dev@magicblock.gg>"]
1818
edition = "2021"
1919
license = "MIT"
@@ -24,11 +24,11 @@ readme = "README.md"
2424
keywords = ["solana", "crypto", "delegation", "ephemeral-rollups", "magicblock"]
2525

2626
[workspace.dependencies]
27-
ephemeral-rollups-sdk = { path = "sdk", version = "=0.6.1" }
28-
ephemeral-rollups-sdk-attribute-ephemeral = { path = "ephemeral", version = "=0.6.1" }
29-
ephemeral-rollups-sdk-attribute-delegate = { path = "delegate", version = "=0.6.1" }
30-
ephemeral-rollups-sdk-attribute-commit = { path = "commit-attribute", version = "=0.6.1" }
31-
ephemeral-rollups-sdk-attribute-action = { path = "action-attribute", version = "=0.6.1" }
27+
ephemeral-rollups-sdk = { path = "sdk", version = "=0.6.2" }
28+
ephemeral-rollups-sdk-attribute-ephemeral = { path = "ephemeral", version = "=0.6.2" }
29+
ephemeral-rollups-sdk-attribute-delegate = { path = "delegate", version = "=0.6.2" }
30+
ephemeral-rollups-sdk-attribute-commit = { path = "commit-attribute", version = "=0.6.2" }
31+
ephemeral-rollups-sdk-attribute-action = { path = "action-attribute", version = "=0.6.2" }
3232

3333

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

0 commit comments

Comments
 (0)