diff --git a/dist/rpm/VERSION b/dist/rpm/VERSION index 43d2a93..557b18b 100644 --- a/dist/rpm/VERSION +++ b/dist/rpm/VERSION @@ -1,4 +1,4 @@ -VERSION=0.2.0 -BUILD_NUMBER=377 -GIT_HASH=934ee5cbab89f1efd429f81ef25c8477bb0af00b +VERSION=0.2.1 +BUILD_NUMBER=392 +GIT_HASH=58d9bc9ae43ed77eab209bb57f1e20a33db71ff5 GIT_BRANCH=develop diff --git a/dist/rpm/gnome/_service b/dist/rpm/gnome/_service index 94df465..f93217b 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.0 - 0.2.0 + 0.2.1 + 0.2.1 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 76cf949..54b6017 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.0 - 0.2.0 + 0.2.1 + 0.2.1 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 91ff53d..9c9f750 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.0", + "version": "0.2.1", "author": "Maxime Rijnders", "homepage_url": "https://github.com/Ximi1970/systray-x",