Skip to content

Commit

Permalink
Release v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wrap-that-potassium committed May 7, 2022
1 parent 00e8540 commit 485cda5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v2.1.1
## Bugs
- History page: wrong dates for unwraps #95
- Updated SpookySwap URL #96
## Improvements
- Swaps page: load tokens list faster

# v2.1.0
## Improvements
- swaps also work with native crypto
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "2.1.0",
"version": "2.1.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
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": "wban-smart-contract",
"version": "2.1.0",
"version": "2.1.1",
"description": "dApp for swapping BAN to wBAN on Binance Smart Chain",
"author": "Wrap That Potassium <[email protected]>",
"license": "GPL-3.0-or-later",
Expand Down

0 comments on commit 485cda5

Please sign in to comment.