Skip to content

Commit

Permalink
bump version v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpdev committed Mar 31, 2022
1 parent e427a75 commit eabe9f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "torrentfileqt",
"displayName": "TorrentfileQt",
"version": "0.3.1",
"version": "0.3.2",
"description": "GUI torrentfile creator.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion torrentfileQt/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ def _conf():
ASSETS = str(_conf())
os.environ['ASSETS'] = ASSETS

__version__ = "0.3.1"
__version__ = "0.3.2"

0 comments on commit eabe9f6

Please sign in to comment.