Skip to content

Commit 65d6602

Browse files
authored
bump cli to 0.14.0 (#313)
1 parent e0a5cd9 commit 65d6602

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana-mobile/dapp-store-cli",
3-
"version": "0.13.1",
3+
"version": "0.14.0",
44
"license": "Apache-2.0",
55
"type": "module",
66
"sideEffects": false,
@@ -54,7 +54,7 @@
5454
"@ardrive/turbo-sdk": "^1.31.1",
5555
"@aws-sdk/client-s3": "^3.321.1",
5656
"@metaplex-foundation/js-plugin-aws": "^0.20.0",
57-
"@solana-mobile/dapp-store-publishing-tools": "workspace:0.13.1",
57+
"@solana-mobile/dapp-store-publishing-tools": "workspace:0.14.0",
5858
"@solana/web3.js": "1.92.1",
5959
"@types/semver": "^7.3.13",
6060
"ajv": "^8.11.0",

packages/cli/src/CliUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { awsStorage } from "@metaplex-foundation/js-plugin-aws";
1717
import { S3StorageManager } from "./config/index.js";
1818

1919
export class Constants {
20-
static CLI_VERSION = "0.13.1";
20+
static CLI_VERSION = "0.14.0";
2121
static CONFIG_FILE_NAME = "config.yaml";
2222
static DEFAULT_RPC_DEVNET = "https://api.devnet.solana.com";
2323
static DEFAULT_PRIORITY_FEE = 500000;

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana-mobile/dapp-store-publishing-tools",
3-
"version": "0.13.1",
3+
"version": "0.14.0",
44
"license": "Apache-2.0",
55
"type": "module",
66
"sideEffects": false,

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)