Skip to content

Commit

Permalink
Release version v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanleclaire committed Feb 6, 2022
1 parent a42831e commit 3e95d47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "solana-workbench",
"productName": "solana-workbench",
"version": "0.2.1-dev",
"version": "0.2.1",
"description": "Your one stop shop for Solana development",
"main": "./dist/main/main.js",
"author": {
"name": "Nathan LeClaire",
"email": "nathan[email protected]",
"email": "nathan@cryptoworkbench.io",
"url": "https://github.com/workbenchapp/solana-workbench-releases"
},
"scripts": {
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.2.1-dev';
const WORKBENCH_VERSION = '0.2.1';
const RESOURCES_PATH = app.isPackaged
? path.join(process.resourcesPath, 'assets')
: path.join(__dirname, '..', '..', 'assets');
Expand Down

0 comments on commit 3e95d47

Please sign in to comment.