Skip to content

Commit

Permalink
Version 0.6.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed May 28, 2022
1 parent d435a05 commit d9effe9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Latest changes

## 0.6.7.5

Better UI for final statuses on invoice page

Simplified payment process via metamask: just one button state (pay via metamask) instead of separate connect/pay flows.

Smart contracts balances are now properly displayed in the admin panel

## 0.6.7.4

Fixed metamask icon loading
Expand Down
2 changes: 1 addition & 1 deletion api/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from bitcart import COINS as _COINS

VERSION = "0.6.7.4" # Version, used for openapi schemas and update checks
VERSION = "0.6.7.5" # Version, used for openapi schemas and update checks
WEBSITE = "https://bitcartcc.com" # BitcartCC official site
GIT_REPO_URL = "https://github.com/bitcartcc/bitcart" # BitcartCC github repository
DOCKER_REPO_URL = "https://github.com/bitcartcc/bitcart-docker" # BitcartCC Docker Packaging repository
Expand Down

0 comments on commit d9effe9

Please sign in to comment.