diff --git a/electron/store.js b/electron/store.js index 4aae857de..cd1b6520a 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-rc149': (store) => { + '0.1.0-rc140': (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 a7b6cc44f..4cb5e7f47 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-rc149" + "version": "0.1.0-rc140" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index daff1ac53..26c744a7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "olas-operate-middleware" -version = "0.1.0-rc149" +version = "0.1.0-rc140" description = "" authors = ["David Vilela ", "Viraj Patel "] readme = "README.md"