Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbogle committed Apr 12, 2023
1 parent 226cd8f commit 6b63d49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Use this github action to automate Solana program deployments straight from Gith
You can now consume the action by referencing the v1 branch

```yaml
uses: actions/squads-program-upgrade@v0.1.3
uses: actions/squads-program-upgrade@v0.2.0
with:
network-url: 'https://api.devnet.solana.com'
program-multisig: '8QC4Lv3YNAHUmacepqxBKCJY5zx7yrDtQLo9sNFsNnqB'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "squads-program-upgrade",
"version": "0.1.4",
"version": "0.2.0",
"private": true,
"description": "squads-program-upgrade solana deploy action",
"main": "lib/main.js",
Expand Down

0 comments on commit 6b63d49

Please sign in to comment.