Skip to content

Commit

Permalink
Update program after deployment (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
danenbm authored Jan 30, 2024
1 parent f2f38e7 commit 5009297
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 170 deletions.
2 changes: 1 addition & 1 deletion clients/js-solita/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@metaplex-foundation/mpl-bubblegum",
"version": "0.10.0",
"programVersion": "0.11.1",
"programVersion": "0.12.0",
"description": "SDK for MPL Bubblegum contract",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion idls/bubblegum.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.1",
"version": "0.12.0",
"name": "bubblegum",
"instructions": [
{
Expand Down
182 changes: 15 additions & 167 deletions programs/bubblegum/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 programs/bubblegum/program/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bubblegum"
version = "0.11.1"
version = "0.12.0"
description = "NFT Compression"
authors = ["Metaplex Developers <[email protected]>"]
repository = "https://github.com/metaplex-foundation/mpl-bubblegum"
Expand Down

0 comments on commit 5009297

Please sign in to comment.