From 3966e79156cdc38a705375c441f6e0eb8952d87b Mon Sep 17 00:00:00 2001 From: Martin Wilck Date: Mon, 16 Mar 2020 11:53:45 +0100 Subject: [PATCH 107/130] metadata.json: remove "version" field The "version" field in the extension meta data is reserved for internal use on extensions.gnome.org. If at all, the version should be set to a value that can be used as an argument to python's int() function, which is not the case for the string we currently use. The general recommendation is not to use "version" in metadata.json. See e.g. https://gitlab.gnome.org/Infrastructure/extensions-web/issues/102#note_740134 --- data/metadata.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/metadata.json b/data/metadata.json index 83f2915..27b0a75 100644 --- a/data/metadata.json +++ b/data/metadata.json @@ -23,6 +23,5 @@ "3.30" ], "url": "https://github.com/projecthamster/hamster-shell-extension.git", - "uuid": "contact@projecthamster.org", - "version": "0.10.0" + "uuid": "contact@projecthamster.org" } -- 2.26.1