Skip to content

Commit 7f1a7a9

Browse files
committed
release: rc57
1 parent ef391a1 commit 7f1a7a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const main = async () => {
3131
target: [
3232
{
3333
target: 'default',
34-
arch: ['arm64'],
34+
arch: ['x64', 'arm64'],
3535
},
3636
],
3737
publish: publishOptions,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "electron/main.js",
44
"name": "olas-operate-app",
55
"productName": "Pearl",
6-
"version": "0.1.0-rc55",
6+
"version": "0.1.0-rc57",
77
"dependencies": {
88
"@ant-design/cssinjs": "^1.18.4",
99
"@ant-design/icons": "^5.3.0",

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

0 commit comments

Comments
 (0)