From 0f550f960397b8fd56e96635f9c8a4153861056b Mon Sep 17 00:00:00 2001 From: buffalu <85544055+buffalu@users.noreply.github.com> Date: Mon, 9 Oct 2023 19:44:50 -0500 Subject: [PATCH] Bump version (#102) --- mev-programs/programs/tip-distribution/Cargo.toml | 2 +- mev-programs/programs/tip-payment/Cargo.toml | 2 +- mev-programs/programs/vote-state/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mev-programs/programs/tip-distribution/Cargo.toml b/mev-programs/programs/tip-distribution/Cargo.toml index efe30d4..adb04a9 100644 --- a/mev-programs/programs/tip-distribution/Cargo.toml +++ b/mev-programs/programs/tip-distribution/Cargo.toml @@ -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" diff --git a/mev-programs/programs/tip-payment/Cargo.toml b/mev-programs/programs/tip-payment/Cargo.toml index bbb1420..ed42384 100644 --- a/mev-programs/programs/tip-payment/Cargo.toml +++ b/mev-programs/programs/tip-payment/Cargo.toml @@ -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" diff --git a/mev-programs/programs/vote-state/Cargo.toml b/mev-programs/programs/vote-state/Cargo.toml index 2777b40..af06c62 100644 --- a/mev-programs/programs/vote-state/Cargo.toml +++ b/mev-programs/programs/vote-state/Cargo.toml @@ -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"