From eb516ed6b21a1bc72efdb5b3c0ba616172c13542 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Sun, 21 Jun 2020 20:43:19 +0200 Subject: [PATCH] Release v6 --- metadata.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index 5a6e9d0..61a8b2f 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": 4, + "version": 6, "shell-version": ["3.36"], "url": "https://github.com/lunaryorn/jetbrains-search-provider" } diff --git a/package.json b/package.json index f223462..1c548ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jetbrains-search-provider", - "version": "4", + "version": "6", "description": "Search recent projects of JetBrains IDEs in Gnome shell", "repository": "https://github.com/lunaryorn/jetbrains-search-provider.git", "author": "Sebastian Wiesner ",