Skip to content

Commit 4a92fb1

Browse files
committed
feat: bump to rc158
1 parent d1885d0 commit 4a92fb1

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
@@ -14,7 +14,7 @@ const homedir = os.homedir();
1414
* - use "" (nothing as a suffix) for latest release candidate, for example "0.1.0rc26"
1515
* - use "alpha" for alpha release, for example "0.1.0rc26-alpha"
1616
*/
17-
const OlasMiddlewareVersion = '0.1.0rc155';
17+
const OlasMiddlewareVersion = '0.1.0rc158';
1818

1919
const path = require('path');
2020
const { app } = require('electron');

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@
6262
"download-binaries": "sh download_binaries.sh",
6363
"build:pearl": "sh build_pearl.sh"
6464
},
65-
"version": "0.1.0-rc155"
65+
"version": "0.1.0-rc158"
6666
}

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-rc155"
3+
version = "0.1.0-rc158"
44
description = ""
55
authors = ["David Vilela <[email protected]>", "Viraj Patel <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)