Skip to content

Commit 0c95a29

Browse files
fix: revert version bump
1 parent bad0822 commit 0c95a29

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

programs/associated-token-account/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pinocchio-associated-token-account"
33
description = "Pinocchio helpers to invoke Associated Token Account program instructions"
4-
version = "0.1.2"
4+
version = "0.1.1"
55
edition = { workspace = true }
66
license = { workspace = true }
77
readme = "./README.md"

programs/memo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pinocchio-memo"
33
description = "Pinocchio helpers to invoke Memo program instructions"
4-
version = "0.1.1"
4+
version = "0.1.0"
55
edition = { workspace = true }
66
license = { workspace = true }
77
readme = "./README.md"

0 commit comments

Comments
 (0)