From 1e940e8fa7537dac53e5a1e1ab9a4bd28ee6aac5 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Tue, 19 May 2020 21:06:14 +0200 Subject: [PATCH] Update version --- dist/rpm/VERSION | 6 +++--- dist/rpm/gnome/_service | 4 ++-- dist/rpm/kde/_service | 4 ++-- webext/manifest.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dist/rpm/VERSION b/dist/rpm/VERSION index 7dac28b..43d2a93 100644 --- a/dist/rpm/VERSION +++ b/dist/rpm/VERSION @@ -1,4 +1,4 @@ -VERSION=0.1.5 -BUILD_NUMBER=330 -GIT_HASH=5860d2c1ad41128e5b0fdb0f6e08f17baae48aa9 +VERSION=0.2.0 +BUILD_NUMBER=377 +GIT_HASH=934ee5cbab89f1efd429f81ef25c8477bb0af00b GIT_BRANCH=develop diff --git a/dist/rpm/gnome/_service b/dist/rpm/gnome/_service index 32d1ff6..94df465 100644 --- a/dist/rpm/gnome/_service +++ b/dist/rpm/gnome/_service @@ -2,8 +2,8 @@ https://github.com/Ximi1970/systray-x.git git - 0.1.5 - 0.1.5 + 0.2.0 + 0.2.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 88c038e..76cf949 100644 --- a/dist/rpm/kde/_service +++ b/dist/rpm/kde/_service @@ -2,8 +2,8 @@ https://github.com/Ximi1970/systray-x.git git - 0.1.5 - 0.1.5 + 0.2.0 + 0.2.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 59c6c60..91ff53d 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.1.5", + "version": "0.2.0", "author": "Maxime Rijnders", "homepage_url": "https://github.com/Ximi1970/systray-x",