Skip to content

Commit

Permalink
Update CHANGELOG and pyproject.toml for 0.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
B3nac committed Nov 2, 2023
1 parent 280135a commit 16d768e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@
* Refactored for Python 3.10
* Fixed a few bugs
* Added custom logging based on config value
* Windows build

## 0.2.4

* Fix bugs related to no config.ini file in use
* ENS support added to sending transactions
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
[tool.briefcase]
project_name = "TheLootBoxWallet"
bundle = "com.thelootboxwallet"
version = "0.2.3"
url = "https://thelootbox.xyz/"
version = "0.2.4"
url = "https://thelootbox-xyz.github.io/"
license = "MIT"
author = "Kyle Benac"
author_email = "[email protected]"
author_email = "[email protected]"

[tool.briefcase.app.TheLootBoxWallet]
formal_name = "TheLootBoxWallet"
Expand Down

0 comments on commit 16d768e

Please sign in to comment.