Skip to content

Commit

Permalink
Bump version (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu authored Oct 10, 2023
1 parent b913019 commit 0f550f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mev-programs/programs/tip-distribution/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jito-tip-distribution"
version = "0.1.3"
version = "0.1.4"
description = "Tip distribution program, responsible for distributing funds to entitled parties."
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion mev-programs/programs/tip-payment/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jito-tip-payment"
version = "0.1.3"
version = "0.1.4"
description = "Tip Payment Program"
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion mev-programs/programs/vote-state/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jito-programs-vote-state"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
description = "VoteState code copied from Solana."
license = "Apache-2.0"
Expand Down

0 comments on commit 0f550f9

Please sign in to comment.