From f155ed06f39b0bf339c51240845dc9ac53402c44 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Thu, 3 Dec 2020 14:44:30 +0100 Subject: [PATCH] Release 11 --- metadata.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata.json b/metadata.json index c92b257..d509921 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": 10, - "shell-version": ["3.36"], + "version": 11, + "shell-version": ["3.36", "3.38"], "url": "https://github.com/lunaryorn/jetbrains-search-provider" } diff --git a/package.json b/package.json index 900b098..ad88587 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jetbrains-search-provider", - "version": "10", + "version": "11", "description": "Search recent projects of JetBrains IDEs in Gnome shell", "repository": "https://github.com/lunaryorn/jetbrains-search-provider.git", "author": "Sebastian Wiesner ",