Skip to content

Commit

Permalink
Version 0.1.7 bump (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
creativedrewy authored Dec 22, 2022
1 parent 3a1c308 commit 35e0a6d
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.6"
"@solana-mobile/dapp-store-cli": "0.1.7"
}
}
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.6",
"version": "0.1.7",
"license": "Apache-2.0",
"type": "module",
"sideEffects": false,
Expand Down Expand Up @@ -38,7 +38,7 @@
"shx": "^0.3.4"
},
"dependencies": {
"@solana-mobile/dapp-store-publishing-tools": "workspace:0.1.6",
"@solana-mobile/dapp-store-publishing-tools": "workspace:0.1.7",
"@solana/web3.js": "1.68.0",
"ajv": "^8.11.0",
"commander": "^9.4.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 @@ -37,7 +37,7 @@ function resolveBuildToolsPath(buildToolsPath: string | undefined) {
async function main() {
program
.name("dapp-store")
.version("0.1.6")
.version("0.1.7")
.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.6",
"version": "0.1.7",
"license": "Apache-2.0",
"type": "module",
"sideEffects": false,
Expand Down

0 comments on commit 35e0a6d

Please sign in to comment.