From 2d3d65be58c937bba8a8cafbd7ca4436611df501 Mon Sep 17 00:00:00 2001 From: truemiller Date: Tue, 1 Oct 2024 19:36:13 +0100 Subject: [PATCH] bump: rc157 --- electron/store.js | 2 +- package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/electron/store.js b/electron/store.js index 58dd2ab4c..2877938b2 100644 --- a/electron/store.js +++ b/electron/store.js @@ -24,7 +24,7 @@ const schema = { * @note All versions prior will be migrated to the latest version. * @type {Record) => void>} */ const migrations = { - '0.1.0-rc156': (store) => { + '0.1.0-rc157': (store) => { // Environment name and current staking program are unused // can revisit environment name if we need to support multiple environments if (store.has('environmentName')) { diff --git a/package.json b/package.json index 528254049..09bea95b2 100644 --- a/package.json +++ b/package.json @@ -58,5 +58,5 @@ "download-binaries": "sh download_binaries.sh", "build:pearl": "sh build_pearl.sh" }, - "version": "0.1.0-rc156" + "version": "0.1.0-rc157" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 2c8d641e0..fa2fc22f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "olas-operate-middleware" -version = "0.1.0-rc156" +version = "0.1.0-rc157" description = "" authors = ["David Vilela ", "Viraj Patel "] readme = "README.md"