Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
tracy-codes committed Feb 27, 2023
1 parent 2f3d777 commit 703abcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shadow-drive/cli",
"version": "0.4.1",
"version": "0.4.2",
"main": "shdw-drive.js",
"bin": {
"shdw-drive": "./dist/shdw-drive.js"
Expand Down
2 changes: 1 addition & 1 deletion src/shdw-drive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { ShadowDriveResponse, ShdwDrive } from "@shadow-drive/sdk";
import { from, map, mergeMap, tap, toArray } from "rxjs";
import mime from "mime-types";

program.version("0.4.0");
program.version("0.4.2");
program.description(
"CLI for interacting with Shade Drive. This tool uses Solana's Mainnet-Beta network with an internal RPC configuration. It does not use your local Solana configurations."
);
Expand Down

0 comments on commit 703abcd

Please sign in to comment.