diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index c1daa306da5..de92dfe7bd5 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -49,7 +49,7 @@ AppDir: id: com.usebottles.bottles name: Bottles icon: com.usebottles.bottles - version: 2022.5.2-trento-1 + version: 2022.5.2-trento-2 # Set the python executable as entry point exec: usr/bin/python3.10 # Set the application main script path as argument. Use '$@' to forward CLI parameters diff --git a/VERSION b/VERSION index a19e1a33fe8..558b113c1e1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2022.5.2-trento-1 \ No newline at end of file +2022.5.2-trento-2 \ No newline at end of file diff --git a/data/com.usebottles.bottles.appdata.xml.in b/data/com.usebottles.bottles.appdata.xml.in index c2bd9450286..195fe8b181d 100644 --- a/data/com.usebottles.bottles.appdata.xml.in +++ b/data/com.usebottles.bottles.appdata.xml.in @@ -94,7 +94,7 @@ 768 - +

News

    diff --git a/debian/changelog b/debian/changelog index 18ab4bb22ee..29153dfde04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -com.usebottles.bottles (2022.5.2-trento-1) precise; urgency=low +com.usebottles.bottles (2022.5.2-trento-2) precise; urgency=low * General improvements to respect GNOME Circle requirements * More consistency of buttons/menus position diff --git a/meson.build b/meson.build index c4e89c97876..594f9dfaaf2 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'bottles', - version: '2022.5.2-trento-1', + version: '2022.5.2-trento-2', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', diff --git a/src/params.py b/src/params.py index 3a0014c5b35..78b1fd568de 100644 --- a/src/params.py +++ b/src/params.py @@ -2,8 +2,8 @@ APP_NAME = "Bottles" APP_NAME_LOWER = APP_NAME.lower() APP_ID = "com.usebottles.bottles" -VERSION = "2022.5.2-trento-1" -VERSION_NUM = "2022.5.2-trento-1" +VERSION = "2022.5.2-trento-2" +VERSION_NUM = "2022.5.2-trento-2" # Internal settings not user editable ANIM_DURATION = 120 diff --git a/src/ui/about.ui b/src/ui/about.ui index 4484b304e2c..19f8e50284b 100644 --- a/src/ui/about.ui +++ b/src/ui/about.ui @@ -6,7 +6,7 @@ center-on-parent dialog Bottles - 2022.5.2-trento-1 + 2022.5.2-trento-2 © 2017-2022 - Bottles Developers Easily manage wineprefix using environments https://usebottles.com