Skip to content

Commit

Permalink
2022.5.14-trento-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed May 16, 2022
1 parent a5ba7ea commit 744db65
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ AppDir:
id: com.usebottles.bottles
name: Bottles
icon: com.usebottles.bottles
version: 2022.5.14-trento
version: 2022.5.14-trento-1

# Set the python executable as entry point
exec: usr/bin/python3.10
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022.5.14-trento
2022.5.14-trento-1
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 @@ -94,7 +94,7 @@
<display_length compare="ge">768</display_length>
</requires>
<releases>
<release version="2022.5.14-trento" date="2022-05-13">
<release version="2022.5.14-trento-1" date="2022-05-13">
<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 (2022.5.14-trento) precise; urgency=low
com.usebottles.bottles (2022.5.14-trento-1) precise; urgency=low

* Downloads now show progress
* Programs can now be added multiple times with different arguments/options
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'bottles',
version: '2022.5.14-trento',
version: '2022.5.14-trento-1',
meson_version: '>= 0.50.0',
default_options: [
'warning_level=2',
Expand Down
4 changes: 2 additions & 2 deletions src/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
APP_NAME = "Bottles"
APP_NAME_LOWER = APP_NAME.lower()
APP_ID = "com.usebottles.bottles"
VERSION = "2022.5.14-trento"
VERSION_NUM = "2022.5.14-trento"
VERSION = "2022.5.14-trento-1"
VERSION_NUM = "2022.5.14-trento-1"

# 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 @@ -6,7 +6,7 @@
<property name="window-position">center-on-parent</property>
<property name="type-hint">dialog</property>
<property name="program-name">Bottles</property>
<property name="version">2022.5.14-trento</property>
<property name="version">2022.5.14-trento-1</property>
<property name="copyright" translatable="yes">© 2017-2022 - 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 744db65

Please sign in to comment.