diff --git a/example/package.json b/example/package.json deleted file mode 100644 index 5628daf..0000000 --- a/example/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "example", - "version": "1.0.0", - "description": "", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "create-app": "dapp-store --help" - }, - "keywords": [], - "author": "", - "license": "ISC", - "dependencies": { - "@solana-mobile/dapp-store-cli": "0.2.0" - } -} diff --git a/packages/cli/package.json b/packages/cli/package.json index a1b78e2..e5caa5c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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, @@ -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", diff --git a/packages/cli/src/utils.ts b/packages/cli/src/utils.ts index e8a9ba1..7850ce7 100644 --- a/packages/cli/src/utils.ts +++ b/packages/cli/src/utils.ts @@ -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"; } diff --git a/packages/core/package.json b/packages/core/package.json index 189d8cd..1212624 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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,