Skip to content

Commit

Permalink
Bump version to 0.3.0, remove file that wasn't serving any purpose (#161
Browse files Browse the repository at this point in the history
)
  • Loading branch information
creativedrewy authored Mar 9, 2023
1 parent 492cf03 commit 27e1de3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
16 changes: 0 additions & 16 deletions example/package.json

This file was deleted.

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.2.0",
"version": "0.3.0",
"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.2.0",
"@solana-mobile/dapp-store-publishing-tools": "workspace:0.3.0",
"@solana/web3.js": "1.68.0",
"@types/semver": "^7.3.13",
"ajv": "^8.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const runImgSize = util.promisify(imageSize);
const runExec = util.promisify(exec);

export class Constants {
static CLI_VERSION = "0.2.0";
static CLI_VERSION = "0.3.0";
static CONFIG_FILE_NAME = "config.yaml";
}

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.2.0",
"version": "0.3.0",
"license": "Apache-2.0",
"type": "module",
"sideEffects": false,
Expand Down

0 comments on commit 27e1de3

Please sign in to comment.