Skip to content

Commit

Permalink
2022.8.28-brescia-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Aug 28, 2022
1 parent b6a9908 commit 54c14b3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ AppDir:
id: com.usebottles.bottles
name: Bottles
icon: com.usebottles.bottles
version: 2022.8.28-brescia
version: 2022.8.28-brescia-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.8.28-brescia
2022.8.28-brescia-1
4 changes: 2 additions & 2 deletions bottles/frontend/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.8.28-brescia"
VERSION_NUM = "2022.8.28-brescia"
VERSION = "2022.8.28-brescia-1"
VERSION_NUM = "2022.8.28-brescia-1"
BUILD_TYPE = "prod"

# Internal settings not user editable
Expand Down
2 changes: 1 addition & 1 deletion bottles/frontend/ui/about.ui
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<object class="AdwAboutWindow" id="about_window">
<property name="application-name">Bottles</property>
<property name="modal">True</property>
<property name="version">2022.8.28-brescia</property>
<property name="version">2022.8.28-brescia-1</property>
<property name="copyright" translatable="yes">© 2017-2022 - Bottles Developers</property>
<property name="comments" translatable="yes">Easily manage different Wine prefixes</property>
<property name="website">https://usebottles.com</property>
Expand Down
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 @@ -96,7 +96,7 @@
<display_length compare="ge">768</display_length>
</requires>
<releases>
<release version="2022.8.28-brescia" date="2022-08-28">
<release version="2022.8.28-brescia-1" date="2022-08-28">
<description>
<p>News</p>
<ul>
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.8.28-brescia',
version: '2022.8.28-brescia-1',
meson_version: '>= 0.50.0',
default_options: [
'warning_level=2',
Expand Down

0 comments on commit 54c14b3

Please sign in to comment.