From 1247a72e7e57b9880d6ff99d1083cdc86e69c037 Mon Sep 17 00:00:00 2001 From: truemiller Date: Thu, 25 Jul 2024 15:46:14 +0100 Subject: [PATCH] chore: bump to rc90 --- 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 c6356214e..1e1a9e839 100644 --- a/electron/install.js +++ b/electron/install.js @@ -13,7 +13,7 @@ const { paths } = require('./constants'); * - 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.0rc75'; +const OlasMiddlewareVersion = '0.1.0rc90'; const Env = { ...process.env, diff --git a/package.json b/package.json index 8f2d1deef..ff88c414f 100644 --- a/package.json +++ b/package.json @@ -56,5 +56,5 @@ "start:frontend": "cd frontend && yarn start", "test:frontend": "cd frontend && yarn test" }, - "version": "0.1.0-rc75" + "version": "0.1.0-rc90" } diff --git a/pyproject.toml b/pyproject.toml index 746f8b62d..990ce3b81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "olas-operate-middleware" -version = "0.1.0-rc75" +version = "0.1.0-rc90" description = "" authors = ["David Vilela ", "Viraj Patel "] readme = "README.md"