diff --git a/electron/store.js b/electron/store.js index da3d7457..759640ae 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-rc161.1': (store) => { + '0.1.0-rc160.1': (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 44513eca..5607bdd4 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-rc161.1" + "version": "0.1.0-rc160.1" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index a781d618..f6ab3eeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "olas-operate-middleware" -version = "0.1.0-rc161.1" +version = "0.1.0-rc160.1" description = "" authors = ["David Vilela ", "Viraj Patel "] readme = "README.md"