Skip to content

Commit

Permalink
feat: bump to rc37
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Jun 5, 2024
1 parent e67e092 commit e879153
Show file tree
Hide file tree
Showing 4 changed files with 233 additions and 132 deletions.
2 changes: 1 addition & 1 deletion electron/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const axios = require('axios');
const Docker = require('dockerode');
const { spawnSync } = require('child_process');

const Version = '0.1.0rc35';
const Version = '0.1.0rc37';
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-rc35"
"version": "0.1.0-rc37"
}
Loading

0 comments on commit e879153

Please sign in to comment.