diff --git a/dist/rpm/VERSION b/dist/rpm/VERSION index 17dfb6a..557037b 100644 --- a/dist/rpm/VERSION +++ b/dist/rpm/VERSION @@ -1,4 +1,4 @@ -VERSION=0.2.1 -BUILD_NUMBER=393 -GIT_HASH=9568b5743e8f31f32bf4d694edbb1ead96664e1a +VERSION=0.3.0 +BUILD_NUMBER=428 +GIT_HASH=e5676d06cf997ee3145567d47260684b280376ab GIT_BRANCH=develop diff --git a/dist/rpm/gnome/_service b/dist/rpm/gnome/_service index f93217b..870bede 100644 --- a/dist/rpm/gnome/_service +++ b/dist/rpm/gnome/_service @@ -2,8 +2,8 @@ https://github.com/Ximi1970/systray-x.git git - 0.2.1 - 0.2.1 + 0.3.0 + 0.3.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 54b6017..080fed6 100644 --- a/dist/rpm/kde/_service +++ b/dist/rpm/kde/_service @@ -2,8 +2,8 @@ https://github.com/Ximi1970/systray-x.git git - 0.2.1 - 0.2.1 + 0.3.0 + 0.3.0 dist/rpm/kde/systray-x.changes dist/rpm/kde/systray-x.spec dist/rpm/VERSION diff --git a/webext/manifest.json b/webext/manifest.json index 9c9f750..40f6f62 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.2.1", + "version": "0.3.0", "author": "Maxime Rijnders", "homepage_url": "https://github.com/Ximi1970/systray-x",