diff --git a/dist/SysTray-X-32bit.nsi b/dist/SysTray-X-32bit.nsi index ca56173c..afe1829e 100644 --- a/dist/SysTray-X-32bit.nsi +++ b/dist/SysTray-X-32bit.nsi @@ -1,7 +1,7 @@ !define Name "SysTray-X" !define VERSIONMAJOR 0 !define VERSIONMINOR 9 -!define VERSIONBUILD 2 +!define VERSIONBUILD 3 Name "${Name}" Outfile "${Name}-setup32.exe" diff --git a/dist/SysTray-X-64bit.nsi b/dist/SysTray-X-64bit.nsi index 8f49ee43..ff86af1b 100644 --- a/dist/SysTray-X-64bit.nsi +++ b/dist/SysTray-X-64bit.nsi @@ -1,7 +1,7 @@ !define Name "SysTray-X" !define VERSIONMAJOR 0 !define VERSIONMINOR 9 -!define VERSIONBUILD 2 +!define VERSIONBUILD 3 Name "${Name}" Outfile "${Name}-setup64.exe" diff --git a/dist/rpm/VERSION b/dist/rpm/VERSION index 85477df4..22b787d5 100644 --- a/dist/rpm/VERSION +++ b/dist/rpm/VERSION @@ -1,4 +1,4 @@ -VERSION=0.9.2 -BUILD_NUMBER=837 -GIT_HASH=298d29f50f3ae876c02656ca63cef7f02613315b +VERSION=0.9.3 +BUILD_NUMBER=854 +GIT_HASH=ff95d2e1cc4d237f9dd6e1dad1e93f84f32b1cd0 GIT_BRANCH=develop diff --git a/dist/rpm/gnome/_service b/dist/rpm/gnome/_service index fc292588..246aee48 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.2 - 0.9.2 + 0.9.3 + 0.9.3 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 8a1e8fa1..f175021b 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.2 - 0.9.2 + 0.9.3 + 0.9.3 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 4bd92455..6299f30f 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.2 - 0.9.2 + 0.9.3 + 0.9.3 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 b9d20085..30c2f174 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.2", + "version": "0.9.3", "author": "Maxime Rijnders", "homepage_url": "https://github.com/Ximi1970/systray-x",