Skip to content

Commit

Permalink
Merge pull request #61 from metaplex-foundation/danenbm/minor-cleanup
Browse files Browse the repository at this point in the history
Allow umi version range >= 0.8.2 < 1 plus minor cleanup
  • Loading branch information
danenbm authored Feb 1, 2024
2 parents 27da50c + 3534ef0 commit a304d73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"author": "Metaplex Maintainers <[email protected]>",
"license": "Apache-2.0",
"peerDependencies": {
"@metaplex-foundation/umi": "^0.8.2"
"@metaplex-foundation/umi": ">= 0.8.2 < 1"
},
"dependencies": {
"@metaplex-foundation/mpl-toolbox": "^0.9.0",
Expand Down
2 changes: 1 addition & 1 deletion idls/candy_machine_core.json
Original file line number Diff line number Diff line change
Expand Up @@ -1891,4 +1891,4 @@
"binaryVersion": "0.27.0",
"libVersion": "0.28.0"
}
}
}
2 changes: 1 addition & 1 deletion programs/candy-guard/Cargo.lock

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

0 comments on commit a304d73

Please sign in to comment.