From 664857828a4a5297a3033172c1395499e8bb81fc Mon Sep 17 00:00:00 2001 From: mohandast52 Date: Wed, 26 Jun 2024 20:53:20 +0530 Subject: [PATCH] chore: Update OlasMiddlewareVersion to '0.1.0rc60.1' in electron/install.js, package.json, and pyproject.toml --- electron/install.js | 2 +- package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/electron/install.js b/electron/install.js index 306b88bb9..b9e80d1b0 100644 --- a/electron/install.js +++ b/electron/install.js @@ -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 diff --git a/package.json b/package.json index 84fb497e9..c9367cdbe 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pyproject.toml b/pyproject.toml index b2516f2ee..f03f0af50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", "Viraj Patel "] readme = "README.md"