From 42eec4b9ff33586a39ea518a963c3ef53c2e5c22 Mon Sep 17 00:00:00 2001 From: truemiller Date: Wed, 2 Oct 2024 23:49:29 +0100 Subject: [PATCH] bump: rc160 --- 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 2e905fc34..6bda2cdbb 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-rc159': (store) => { + '0.1.0-rc160': (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 cb0816c19..565e65ba1 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-rc159" + "version": "0.1.0-rc160" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index fe529c92b..4365120eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "olas-operate-middleware" -version = "0.1.0-rc159" +version = "0.1.0-rc160" description = "" authors = ["David Vilela ", "Viraj Patel "] readme = "README.md"