diff --git a/dist/deb/gnome/debian.changelog b/dist/deb/gnome/debian.changelog index c37007a..eace035 100644 --- a/dist/deb/gnome/debian.changelog +++ b/dist/deb/gnome/debian.changelog @@ -1,3 +1,7 @@ +systray-x-gnome (0.4.0-1) unstable; urgency=low + + * Update to 0.4.0 + systray-x-gnome (0.0.1-1) unstable; urgency=low * Initial Release diff --git a/dist/deb/kde/debian.changelog b/dist/deb/kde/debian.changelog index 08157f0..1ab238f 100644 --- a/dist/deb/kde/debian.changelog +++ b/dist/deb/kde/debian.changelog @@ -1,3 +1,7 @@ +systray-x-gnome (0.4.0-1) unstable; urgency=low + + * Update to 0.4.0 + systray-x (0.0.1-1) unstable; urgency=low * Initial Release diff --git a/dist/rpm/VERSION b/dist/rpm/VERSION index db13d73..821817c 100644 --- a/dist/rpm/VERSION +++ b/dist/rpm/VERSION @@ -1,4 +1,4 @@ -VERSION=0.3.0 -BUILD_NUMBER=429 -GIT_HASH=7a969a44d0a1fd06d90a0c32f8385e3bed576b44 +VERSION=0.4.0 +BUILD_NUMBER=455 +GIT_HASH=194af78f7884f96cb866b9cf71e6f7a92805b00c GIT_BRANCH=develop diff --git a/dist/rpm/gnome/_service b/dist/rpm/gnome/_service index 870bede..887d142 100644 --- a/dist/rpm/gnome/_service +++ b/dist/rpm/gnome/_service @@ -2,8 +2,8 @@ https://github.com/Ximi1970/systray-x.git git - 0.3.0 - 0.3.0 + 0.4.0 + 0.4.0 systray-x-gnome dist/rpm/gnome/systray-x-gnome.changes dist/rpm/gnome/systray-x-gnome.spec diff --git a/dist/rpm/gnome/systray-x-gnome.changes b/dist/rpm/gnome/systray-x-gnome.changes index e4e2685..e0b58fa 100644 --- a/dist/rpm/gnome/systray-x-gnome.changes +++ b/dist/rpm/gnome/systray-x-gnome.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Oct 10 14:10:00 UTC 2020 - Maxime Rijnders diff --git a/dist/rpm/kde/_service b/dist/rpm/kde/_service index 080fed6..d6a47e6 100644 --- a/dist/rpm/kde/_service +++ b/dist/rpm/kde/_service @@ -2,8 +2,8 @@ https://github.com/Ximi1970/systray-x.git git - 0.3.0 - 0.3.0 + 0.4.0 + 0.4.0 dist/rpm/kde/systray-x.changes dist/rpm/kde/systray-x.spec dist/rpm/VERSION diff --git a/dist/rpm/kde/systray-x.changes b/dist/rpm/kde/systray-x.changes index e4e2685..e0b58fa 100644 --- a/dist/rpm/kde/systray-x.changes +++ b/dist/rpm/kde/systray-x.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Oct 10 14:10:00 UTC 2020 - Maxime Rijnders diff --git a/webext/manifest.json b/webext/manifest.json index 26018fc..6083993 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.3.0", + "version": "0.4.0", "author": "Maxime Rijnders", "homepage_url": "https://github.com/Ximi1970/systray-x",