Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidoTek committed Oct 27, 2021
1 parent 15a5c6a commit bcd7d65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ AppDir:
id: net.davidotek.protonup-qt
name: ProtonUp-Qt
icon: pupgui2
version: 2.0.0
version: 2.1.0
exec: usr/bin/python3
exec_args: "$APPDIR/usr/src/pupgui2/pupgui2.py --pupgui2-base-dir $APPDIR/usr/share/pupgui2 $@"

Expand Down
2 changes: 1 addition & 1 deletion pupgui2/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from PySide6.QtGui import QColor, QPalette

APP_NAME = 'ProtonUp-Qt'
APP_VERSION = '2.0.0'
APP_VERSION = '2.1.0'
APP_GHAPI_URL = 'https://api.github.com/repos/Davidotek/ProtonUp-qt/releases'
ABOUT_TEXT = QObject.tr('''\
GUI for installing/updating Wine/Proton based compatibility tools.
Expand Down

0 comments on commit bcd7d65

Please sign in to comment.