Skip to content

Commit 1498a92

Browse files
committed
chore: release '0.1.0rc82'
1 parent 54ef518 commit 1498a92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

electron/install.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const { paths } = require('./constants');
1313
* - use "" (nothing as a suffix) for latest release candidate, for example "0.1.0rc26"
1414
* - use "alpha" for alpha release, for example "0.1.0rc26-alpha"
1515
*/
16-
const OlasMiddlewareVersion = '0.1.0rc71';
16+
const OlasMiddlewareVersion = '0.1.0rc82';
1717

1818
const Env = {
1919
...process.env,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@
5656
"start:frontend": "cd frontend && yarn start",
5757
"test:frontend": "cd frontend && yarn test"
5858
},
59-
"version": "0.1.0-rc71"
59+
"version": "0.1.0-rc82"
6060
}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "olas-operate-middleware"
3-
version = "0.1.0-rc71"
3+
version = "0.1.0-rc82"
44
description = ""
55
authors = ["David Vilela <[email protected]>", "Viraj Patel <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)