Skip to content

Commit

Permalink
4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Apr 13, 2021
1 parent 9ef8594 commit e764668
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ type Props = {|
|};

const roundInfo = {
startDate: new Date(Date.parse('13 Apr 2021 19:00:00 GMT')),
endDate: new Date(Date.parse('20 Apr 2021 19:00:00 GMT')),
startDate: new Date(Date.parse('27 Apr 2021 19:00:00 GMT')),
endDate: new Date(Date.parse('4 May 2021 19:00:00 GMT')),
nextRound: 4,
};

Expand Down
2 changes: 1 addition & 1 deletion packages/yoroi-extension/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 packages/yoroi-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yoroi",
"version": "4.2.7",
"version": "4.3.1",
"description": "Cardano ADA wallet",
"scripts": {
"dev:build": "rimraf dev/ && babel-node scripts/build --type=debug",
Expand Down

0 comments on commit e764668

Please sign in to comment.