diff --git a/dist/rpm/VERSION b/dist/rpm/VERSION index 3c5f1ad..5cfcf75 100644 --- a/dist/rpm/VERSION +++ b/dist/rpm/VERSION @@ -1,4 +1,4 @@ -VERSION=0.5.0 -BUILD_NUMBER=554 -GIT_HASH=823fbff053ca617278931f6493c598dcc9393596 +VERSION=0.6.0 +BUILD_NUMBER=592 +GIT_HASH=6a901c2b9416e6abf3ecfab5ae672654ecff499f GIT_BRANCH=develop diff --git a/dist/rpm/gnome/_service b/dist/rpm/gnome/_service index aefd859..39db691 100644 --- a/dist/rpm/gnome/_service +++ b/dist/rpm/gnome/_service @@ -2,8 +2,8 @@ https://github.com/Ximi1970/systray-x.git git - 0.5.0 - 0.5.0 + 0.6.0 + 0.6.0 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 2b79e06..4eee2bb 100644 --- a/dist/rpm/kde/_service +++ b/dist/rpm/kde/_service @@ -2,8 +2,8 @@ https://github.com/Ximi1970/systray-x.git git - 0.5.0 - 0.5.0 + 0.6.0 + 0.6.0 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 46e6bdb..ad31e14 100644 --- a/dist/rpm/minimal/_service +++ b/dist/rpm/minimal/_service @@ -2,8 +2,8 @@ https://github.com/Ximi1970/systray-x.git git - 0.5.0 - 0.5.0 + 0.6.0 + 0.6.0 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 7156cc3..7ae735b 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.5.0", + "version": "0.6.0", "author": "Maxime Rijnders", "homepage_url": "https://github.com/Ximi1970/systray-x",