From eff655da85aad6786f7a3f54e13940abb2801f7f Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Sat, 16 Jul 2022 14:37:05 +0200 Subject: [PATCH] Update to version 0.9.2 --- dist/rpm/VERSION | 6 +++--- dist/rpm/gnome/_service | 4 ++-- dist/rpm/kde/_service | 4 ++-- dist/rpm/minimal/_service | 4 ++-- webext/manifest.json | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dist/rpm/VERSION b/dist/rpm/VERSION index ba378dc3..85477df4 100644 --- a/dist/rpm/VERSION +++ b/dist/rpm/VERSION @@ -1,4 +1,4 @@ -VERSION=0.9.1 -BUILD_NUMBER=831 -GIT_HASH=d85b0825079b8e69116ccd37f4f13255353c5bbb +VERSION=0.9.2 +BUILD_NUMBER=837 +GIT_HASH=298d29f50f3ae876c02656ca63cef7f02613315b GIT_BRANCH=develop diff --git a/dist/rpm/gnome/_service b/dist/rpm/gnome/_service index 121106a1..fc292588 100644 --- a/dist/rpm/gnome/_service +++ b/dist/rpm/gnome/_service @@ -2,8 +2,8 @@ https://github.com/Ximi1970/systray-x.git git - 0.9.1 - 0.9.1 + 0.9.2 + 0.9.2 systray-x-gnome dist/rpm/gnome/systray-x-gnome.changes dist/rpm/gnome/systray-x-gnome.spec diff --git a/dist/rpm/kde/_service b/dist/rpm/kde/_service index 8a24efdd..8a1e8fa1 100644 --- a/dist/rpm/kde/_service +++ b/dist/rpm/kde/_service @@ -2,8 +2,8 @@ https://github.com/Ximi1970/systray-x.git git - 0.9.1 - 0.9.1 + 0.9.2 + 0.9.2 dist/rpm/kde/systray-x.changes dist/rpm/kde/systray-x.spec dist/rpm/VERSION diff --git a/dist/rpm/minimal/_service b/dist/rpm/minimal/_service index 4b76dfd4..4bd92455 100644 --- a/dist/rpm/minimal/_service +++ b/dist/rpm/minimal/_service @@ -2,8 +2,8 @@ https://github.com/Ximi1970/systray-x.git git - 0.9.1 - 0.9.1 + 0.9.2 + 0.9.2 systray-x-minimal dist/rpm/minimal/systray-x-minimal.changes dist/rpm/minimal/systray-x-minimal.spec diff --git a/webext/manifest.json b/webext/manifest.json index 0e062e70..ab8aa80b 100644 --- a/webext/manifest.json +++ b/webext/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", - "version": "0.9.1", + "version": "0.9.2", "author": "Maxime Rijnders", "homepage_url": "https://github.com/Ximi1970/systray-x",