Skip to content

Commit

Permalink
fix: update lighthouse dependency and version (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickimoore authored Mar 30, 2023
1 parent 44099fd commit 4934331
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Sigma Prime",
"homepage": "./",
"name": "Siren",
"version": "0.1.0-beta.1",
"version": "0.2.1-beta.1",
"private": true,
"dependencies": {
"@electron-forge/maker-dmg": "^6.0.5",
Expand Down
4 changes: 2 additions & 2 deletions src/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ export const CURRENCIES = [
]

export const REQUIRED_VALIDATOR_VERSION = {
major: 3,
minor: 5,
major: 4,
minor: 0,
patch: 1,
}

Expand Down

0 comments on commit 4934331

Please sign in to comment.