Skip to content

Commit

Permalink
final bump to rc34 before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed May 31, 2024
1 parent f03f7ee commit 2793e61
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 @@ -11,7 +11,7 @@ const axios = require("axios")
const Docker = require('dockerode');
const { spawnSync } = require('child_process');

const Version = '0.1.0rc33';
const Version = '0.1.0rc34';
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 @@ -54,5 +54,5 @@
"start": "electron .",
"build": "rm -rf dist/ && electron-builder build"
},
"version": "0.1.0-rc33"
"version": "0.1.0-rc34"
}
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-rc33"
version = "0.1.0-rc34"
description = ""
authors = ["David Vilela <[email protected]>", "Viraj Patel <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 2793e61

Please sign in to comment.