Skip to content

Commit

Permalink
chore: rc160.1
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Oct 3, 2024
1 parent 4984536 commit 965c806
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion electron/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const schema = {
* @note All versions prior will be migrated to the latest version.
* @type {Record<string, (store: Store<{[key: string]: unknown}>) => 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')) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "Viraj Patel <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 965c806

Please sign in to comment.