Skip to content

Commit

Permalink
chore(program): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vovacodes committed Sep 24, 2023
1 parent 403591c commit 1e00a38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion programs/squads_multisig_program/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "squads-multisig-program"
version = "0.1.2"
version = "0.2.0"
description = "Squads Multisig Program V4"
edition = "2021"
license-file = "../../LICENSE"
Expand Down
4 changes: 2 additions & 2 deletions sdk/rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "squads-multisig"
version = "0.0.10"
version = "0.0.11"
description = "An SDK for building automated programs on Solana"
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -14,7 +14,7 @@ keywords = ["solana", "multisig", "anchor", "squads", "cpi"]
name = "squads_multisig"

[dependencies]
squads-multisig-program = { path = "../../programs/squads_multisig_program", features =["cpi", "no-entrypoint"], version = "0.1.2" }
squads-multisig-program = { path = "../../programs/squads_multisig_program", features =["cpi", "no-entrypoint"], version = "0.2.0" }
solana-client = "1.14.16"
thiserror = "1.0.48"

Expand Down

0 comments on commit 1e00a38

Please sign in to comment.