diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index 4b4de8408a..f493a503ac 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -82,7 +82,7 @@ AppDir: id: com.usebottles.bottles name: Bottles icon: com.usebottles.bottles - version: 2022.8.28-brescia-1 + version: 2022.8.28-brescia-2 # Set the python executable as entry point exec: usr/bin/python3.10 diff --git a/VERSION b/VERSION index 93560e4e06..cc35903cdb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2022.8.28-brescia-1 \ No newline at end of file +2022.8.28-brescia-2 \ No newline at end of file diff --git a/bottles/frontend/params.py b/bottles/frontend/params.py index 1527530e68..525b9691b6 100644 --- a/bottles/frontend/params.py +++ b/bottles/frontend/params.py @@ -2,8 +2,8 @@ APP_NAME = "Bottles" APP_NAME_LOWER = APP_NAME.lower() APP_ID = "com.usebottles.bottles" -VERSION = "2022.8.28-brescia-1" -VERSION_NUM = "2022.8.28-brescia-1" +VERSION = "2022.8.28-brescia-2" +VERSION_NUM = "2022.8.28-brescia-2" BUILD_TYPE = "prod" # Internal settings not user editable diff --git a/bottles/frontend/ui/about.ui b/bottles/frontend/ui/about.ui index a2b34a8a62..a87c51fb01 100644 --- a/bottles/frontend/ui/about.ui +++ b/bottles/frontend/ui/about.ui @@ -4,7 +4,7 @@ Bottles True - 2022.8.28-brescia-1 + 2022.8.28-brescia-2 © 2017-2022 - Bottles Developers Easily manage different Wine prefixes https://usebottles.com diff --git a/data/com.usebottles.bottles.appdata.xml.in b/data/com.usebottles.bottles.appdata.xml.in index 2c216e867f..5325ce3ac6 100644 --- a/data/com.usebottles.bottles.appdata.xml.in +++ b/data/com.usebottles.bottles.appdata.xml.in @@ -96,7 +96,7 @@ 768 - +

News

    diff --git a/meson.build b/meson.build index de4f4113a9..5074c46c60 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'bottles', - version: '2022.8.28-brescia-1', + version: '2022.8.28-brescia-2', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2',