Skip to content

Commit

Permalink
Bump version to v0.1.5 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu authored Nov 27, 2023
1 parent 0a88ec5 commit 308a09e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions mev-programs/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 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.4"
version = "0.1.5"
description = "Tip distribution program, responsible for distributing funds to entitled parties."
edition = "2021"
license = "Apache-2.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.4",
"version": "0.1.5",
"name": "jito_tip_distribution",
"instructions": [
{
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.4"
version = "0.1.5"
description = "Tip Payment Program"
edition = "2021"
license = "Apache-2.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.4",
"version": "0.1.5",
"name": "jito_tip_payment",
"instructions": [
{
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.4"
version = "0.1.5"
edition = "2021"
description = "VoteState code copied from Solana."
license = "Apache-2.0"
Expand Down

0 comments on commit 308a09e

Please sign in to comment.