Skip to content

Commit

Permalink
change versions again
Browse files Browse the repository at this point in the history
  • Loading branch information
comountainclimber committed Oct 8, 2021
1 parent 1625d4e commit 0cf9733
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __tests__/components/__snapshots__/Settings.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ exports[`Settings renders without crashing 1`] = `
Manage your neon wallet
</FormattedMessage>
- v
2.10.0
2.10.0-rc5
</div>
<div
className="settingsPanelHeaderItem"
Expand Down
1 change: 1 addition & 0 deletions app/containers/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ const shouldRenderReleaseNotes = version => {
'2.9.0',
'2.9.1',
'2.9.2',
'2.10.0-rc5',
]
if (
displayWhitelist.includes(version) &&
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Neon",
"version": "2.10.0",
"version": "2.10.0-rc5",
"main": "./main.js",
"description": "Light wallet for NEO blockchain",
"homepage": "https://github.com/CityOfZion/neon-wallet",
Expand Down

0 comments on commit 0cf9733

Please sign in to comment.