Skip to content

Commit

Permalink
v0.2.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan LeClaire <[email protected]>
  • Loading branch information
nathanleclaire committed Jan 31, 2022
1 parent 503ee48 commit 3430666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solana-workbench",
"productName": "solana-workbench",
"version": "0.1.3-dev",
"version": "0.2.0",
"description": "Your one stop shop for Solana development",
"main": "./dist/main/main.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import {
} from '../types/types';

const execAsync = util.promisify(exec);
const WORKBENCH_VERSION = '0.1.3-dev';
const WORKBENCH_VERSION = '0.2.0';
const WORKBENCH_DIR_NAME = '.solana-workbench';
const WORKBENCH_DIR_PATH = path.join(os.homedir(), WORKBENCH_DIR_NAME);
const PROGRAM_CHANGE_MAX_BATCH_SIZES: ChangeBatchSize = {
Expand Down

0 comments on commit 3430666

Please sign in to comment.