Skip to content

Commit

Permalink
hotfix 2021.8.28-treviso-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Aug 29, 2021
1 parent 15d5b2e commit dfab579
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ AppDir:
id: com.usebottles.bottles
name: Bottles
icon: com.usebottles.bottles
version: 2021.8.28-treviso-1
version: 2021.8.28-treviso-2
# Set the python executable as entry point
exec: usr/bin/python3.9
# Set the application main script path as argument. Use '$@' to forward CLI parameters
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.8.28-treviso-1
2021.8.28-treviso-2
2 changes: 1 addition & 1 deletion data/com.usebottles.bottles.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<url type="bugtracker">https://github.com/bottlesdevs/Bottles/issues</url>
<url type="help">https://docs.usebottles.com</url>
<releases>
<release version="2021.8.28-treviso-1" date="2021-08-28">
<release version="2021.8.28-treviso-2" date="2021-08-28">
<description>
<p>News</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
com.usebottles.bottles (2021.8.28-treviso-1) precise; urgency=low
com.usebottles.bottles (2021.8.28-treviso-2) precise; urgency=low

* Use %command% in launch options to set prefixes and suffixes
* Create a bottle where to launch the executable choosed from your file manager
Expand Down
2 changes: 1 addition & 1 deletion src/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
APP_NAME = "Bottles"
APP_NAME_LOWER = APP_NAME.lower()
APP_ID = "com.usebottles.bottles"
VERSION = "2021.8.28-treviso-1"
VERSION = "2021.8.28-treviso-2"

# Internal settings not user editable
ANIM_DURATION = 120
Expand Down
2 changes: 1 addition & 1 deletion src/ui/about.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<property name="window-position">center-on-parent</property>
<property name="type-hint">dialog</property>
<property name="program-name">Bottles</property>
<property name="version">2021.8.28-treviso-1</property>
<property name="version">2021.8.28-treviso-2</property>
<property name="copyright" translatable="yes">© 2017-2021 - Bottles Developers</property>
<property name="comments" translatable="yes">Easily manage wineprefix using environments</property>
<property name="website">https://usebottles.com</property>
Expand Down

0 comments on commit dfab579

Please sign in to comment.