Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dbfb708

Browse files
committedMay 28, 2022
2022.5.28-trento-1
1 parent 29f5258 commit dbfb708

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed
 

‎AppImageBuilder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ AppDir:
7171
id: com.usebottles.bottles
7272
name: Bottles
7373
icon: com.usebottles.bottles
74-
version: 2022.5.28-trento
74+
version: 2022.5.28-trento-1
7575

7676
# Set the python executable as entry point
7777
exec: usr/bin/python3.10

‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022.5.28-trento
1+
2022.5.28-trento-1

‎data/com.usebottles.bottles.appdata.xml.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<display_length compare="ge">768</display_length>
9797
</requires>
9898
<releases>
99-
<release version="2022.5.28-trento" date="2022-05-27">
99+
<release version="2022.5.28-trento-1" date="2022-05-27">
100100
<description>
101101
<p>News</p>
102102
<ul>

‎debian/changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
com.usebottles.bottles (2022.5.28-trento) precise; urgency=low
1+
com.usebottles.bottles (2022.5.28-trento-1) precise; urgency=low
22

33
* Support for Steam runtimes (soldier, scout); if enabled, bottles with Proton use soldier while other runners use scout
44
* Create Steam shortcuts directly from the program list; requires permission to the Steam path if Flatpak

‎meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'bottles',
3-
version: '2022.5.28-trento',
3+
version: '2022.5.28-trento-1',
44
meson_version: '>= 0.50.0',
55
default_options: [
66
'warning_level=2',

‎src/params.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
APP_NAME = "Bottles"
33
APP_NAME_LOWER = APP_NAME.lower()
44
APP_ID = "com.usebottles.bottles"
5-
VERSION = "2022.5.28-trento"
6-
VERSION_NUM = "2022.5.28-trento"
5+
VERSION = "2022.5.28-trento-1"
6+
VERSION_NUM = "2022.5.28-trento-1"
77

88
# Internal settings not user editable
99
ANIM_DURATION = 120

‎src/ui/about.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<property name="window-position">center-on-parent</property>
77
<property name="type-hint">dialog</property>
88
<property name="program-name">Bottles</property>
9-
<property name="version">2022.5.28-trento</property>
9+
<property name="version">2022.5.28-trento-1</property>
1010
<property name="copyright" translatable="yes">© 2017-2022 - Bottles Developers</property>
1111
<property name="comments" translatable="yes">Easily manage wineprefix using environments</property>
1212
<property name="website">https://usebottles.com</property>

0 commit comments

Comments
 (0)
Please sign in to comment.