From 81b1ca64727427fbc8e7327a11b0008d6d9932aa Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Tue, 11 Aug 2020 12:12:38 +0200 Subject: [PATCH] Release 7 --- metadata.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index 61a8b2f..e52596e 100644 --- a/metadata.json +++ b/metadata.json @@ -2,7 +2,7 @@ "uuid": "jetbrains-search-provider@swsnr.de", "name": "JetBrains Search Provider", "description": "Search recent projects of JetBrains IDEs in Gnome shell", - "version": 6, + "version": 7, "shell-version": ["3.36"], "url": "https://github.com/lunaryorn/jetbrains-search-provider" } diff --git a/package.json b/package.json index 1c548ba..6224cc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jetbrains-search-provider", - "version": "6", + "version": "7", "description": "Search recent projects of JetBrains IDEs in Gnome shell", "repository": "https://github.com/lunaryorn/jetbrains-search-provider.git", "author": "Sebastian Wiesner ",