Skip to content

Commit 13fdf2a

Browse files
authored
Bump version to 0.9.3 (#286)
1 parent 9189201 commit 13fdf2a

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.9.2",
3+
"version": "0.9.3",
44
"license": "Apache-2.0",
55
"type": "module",
66
"sideEffects": false,
@@ -53,7 +53,7 @@
5353
"dependencies": {
5454
"@aws-sdk/client-s3": "^3.321.1",
5555
"@metaplex-foundation/js-plugin-aws": "^0.20.0",
56-
"@solana-mobile/dapp-store-publishing-tools": "workspace:0.9.2",
56+
"@solana-mobile/dapp-store-publishing-tools": "workspace:0.9.3",
5757
"@solana/web3.js": "1.92.1",
5858
"@types/semver": "^7.3.13",
5959
"ajv": "^8.11.0",

packages/cli/src/CliUtils.ts

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

2121
export class Constants {
22-
static CLI_VERSION = "0.9.2";
22+
static CLI_VERSION = "0.9.3";
2323
static CONFIG_FILE_NAME = "config.yaml";
2424
static DEFAULT_RPC_DEVNET = "https://api.devnet.solana.com";
2525
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.9.2",
3+
"version": "0.9.3",
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)