Skip to content

Commit

Permalink
Bump version (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
creativedrewy authored Jan 26, 2023
1 parent 9e00cf9 commit 587c838
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"@solana-mobile/dapp-store-cli": "0.1.8"
"@solana-mobile/dapp-store-cli": "0.1.9"
}
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana-mobile/dapp-store-cli",
"version": "0.1.8",
"version": "0.1.9",
"license": "Apache-2.0",
"type": "module",
"sideEffects": false,
Expand Down Expand Up @@ -40,7 +40,7 @@
"shx": "^0.3.4"
},
"dependencies": {
"@solana-mobile/dapp-store-publishing-tools": "workspace:0.1.8",
"@solana-mobile/dapp-store-publishing-tools": "workspace:0.1.9",
"@solana/web3.js": "1.68.0",
"ajv": "^8.11.0",
"boxen": "^7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async function tryWithErrorMessage(block: () => Promise<any>) {
async function main() {
program
.name("dapp-store")
.version("0.1.8")
.version("0.1.9")
.description("CLI to assist with publishing to the Saga Dapp Store");

const createCommand = program
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana-mobile/dapp-store-publishing-tools",
"version": "0.1.8",
"version": "0.1.9",
"license": "Apache-2.0",
"type": "module",
"sideEffects": false,
Expand Down

0 comments on commit 587c838

Please sign in to comment.