Skip to content

Commit

Permalink
feat: bump to v0.1.0-rc27
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed May 29, 2024
1 parent 4a786b9 commit 4fe78d7
Show file tree
Hide file tree
Showing 4 changed files with 143 additions and 143 deletions.
2 changes: 1 addition & 1 deletion electron/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const axios = require("axios")
const Docker = require('dockerode');
const { spawnSync } = require('child_process');

const Version = '0.1.0rc26';
const Version = '0.1.0rc27';
const OperateDirectory = `${os.homedir()}/.operate`;
const VenvDir = `${OperateDirectory}/venv`;
const TempDir = `${OperateDirectory}/temp`;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"start": "electron .",
"build": "rm -rf dist/ && electron-builder build"
},
"version": "0.1.0-rc26"
"version": "0.1.0-rc27"
}
Loading

0 comments on commit 4fe78d7

Please sign in to comment.