Skip to content

Commit

Permalink
chore: Update OlasMiddlewareVersion to '0.1.0rc60.1' in electron/inst…
Browse files Browse the repository at this point in the history
…all.js, package.json, and pyproject.toml
  • Loading branch information
mohandast52 committed Jun 26, 2024
1 parent ba5146e commit 6648578
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion electron/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const { spawnSync } = require('child_process');
* - use "" (nothing as a suffix) for latest release candidate, for example "0.1.0rc26"
* - use "alpha" for alpha release, for example "0.1.0rc26-alpha"
*/
const OlasMiddlewareVersion = '0.1.0rc60';
const OlasMiddlewareVersion = '0.1.0rc60.1';
const OperateDirectory = path.join(os.homedir(), '.operate');

// Create operate directory if it doesn't exist
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "electron/main.js",
"name": "olas-pearl-app",
"productName": "Pearl",
"version": "0.1.0-rc60",
"version": "0.1.0-rc60.1",
"dependencies": {
"@ant-design/cssinjs": "^1.18.4",
"@ant-design/icons": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "olas-operate-middleware"
version = "0.1.0-rc60"
version = "0.1.0-rc60.1"
description = ""
authors = ["David Vilela <[email protected]>", "Viraj Patel <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 6648578

Please sign in to comment.