Skip to content

Commit 61742dc

Browse files
release: 0.2.12 (#50)
1 parent 5331b93 commit 61742dc

File tree

3 files changed

+12
-12
lines changed

3 files changed

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

3030
## External crates
3131
anchor-lang = { version = ">=0.28.0" }

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

0 commit comments

Comments
 (0)