Skip to content

Commit

Permalink
Release v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wrap-that-potassium committed Oct 22, 2021
1 parent 8884a8f commit e23c5c0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.1.6
## Changes
- BSC PancakeSwap wBAN-BUSD farm extended to 2021-11-20 3PM UTC.

# v1.1.5
## Changes
- Polygon SushiSwap wBAN-WETH farms extended to 2021-11-06 3PM UTC.
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": "1.1.5",
"version": "1.1.6",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/config/constants/bsc/farms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const farms: FarmConfig[] = [
endTime: {
dev: 0,
staging: 0,
production: 1635001200
production: 1637420400
}
}
]
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": "1.1.5",
"version": "1.1.6",
"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 e23c5c0

Please sign in to comment.