Skip to content

Commit

Permalink
chore: bump app version to 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed Jun 3, 2021
1 parent f3c22dc commit bbb7075
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "defi-wallet",
"version": "2.4.3-rc.2",
"version": "2.4.3",
"description": "DeFi Wallet",
"main": "./electron-app/build/electron-app/index.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "defi-wallet",
"version": "2.4.3-rc.2",
"version": "2.4.3",
"description": "DeFi Wallet",
"author": {
"name": "DeFiChain Foundation",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`LaunchScreen component should check for snapshot 1`] = `
DeFi Wallet
</label>
<label>
v2.4.3-rc.2
v2.4.3
</label>
<label>
message
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ exports[`Console component snapshot test of console component 1`] = `
continue={[Function]}
handler={[Function]}
promptLabel=""
welcomeMessage="defi-wallet_v2.4.3-rc.2"
welcomeMessage="defi-wallet_v2.4.3"
>
<div
className="react-console-container react-console-focus"
Expand All @@ -42,7 +42,7 @@ exports[`Console component snapshot test of console component 1`] = `
<div
className="react-console-message react-console-welcome"
>
defi-wallet_v2.4.3-rc.2
defi-wallet_v2.4.3
</div>
<ConsolePrompt
argument={null}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ exports[`Sidebar component should check for snapshot 1`] = `
<div
className="ml-auto"
>
2.4.3-rc.2
2.4.3
</div>
</div>
</div>
Expand Down

0 comments on commit bbb7075

Please sign in to comment.