Skip to content

Commit

Permalink
🔖 Program v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Dec 29, 2023
1 parent 63152cb commit 8f16e08
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions client/sdk/src/idl/soar.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export type Soar = {
version: "0.1.0";
version: "0.1.1";
name: "soar";
constants: [
{
Expand Down Expand Up @@ -1741,7 +1741,7 @@ export type Soar = {
};

export const IDL: Soar = {
version: "0.1.0",
version: "0.1.1",
name: "soar",
constants: [
{
Expand Down
4 changes: 2 additions & 2 deletions programs/soar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "soar"
version = "0.1.0"
description = "Created with Anchor"
version = "0.1.1"
description = "Soar by Magicblock Labs"
edition = "2021"

[lib]
Expand Down

0 comments on commit 8f16e08

Please sign in to comment.