Skip to content

Commit

Permalink
bump:2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Sep 10, 2024
1 parent 0e32a27 commit c740f76
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion staking/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 staking/programs/staking/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyth-staking-program"
version = "1.2.0"
version = "2.0.0"
description = "Created with Anchor"
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion staking/target/idl/staking.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"address": "pytS9TjG1qyAZypk7n8rw8gfW9sUaqqYyMhJQ4E7JCQ",
"metadata": {
"name": "staking",
"version": "1.2.0",
"version": "2.0.0",
"spec": "0.1.0",
"description": "Created with Anchor"
},
Expand Down
2 changes: 1 addition & 1 deletion staking/target/types/staking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export type Staking = {
"address": "pytS9TjG1qyAZypk7n8rw8gfW9sUaqqYyMhJQ4E7JCQ",
"metadata": {
"name": "staking",
"version": "1.2.0",
"version": "2.0.0",
"spec": "0.1.0",
"description": "Created with Anchor"
},
Expand Down

0 comments on commit c740f76

Please sign in to comment.