From 217e25c4c4e98c1ec8037798a25ce0855ba4809b Mon Sep 17 00:00:00 2001 From: Ioannis G Date: Mon, 8 Mar 2021 04:05:38 +0200 Subject: [PATCH] bump version to 1.2.0 --- Wox.Plugin.Github/Wox.Plugin.Github.fsproj | 6 +++--- Wox.Plugin.Github/plugin.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Wox.Plugin.Github/Wox.Plugin.Github.fsproj b/Wox.Plugin.Github/Wox.Plugin.Github.fsproj index cb22ce3..552142c 100644 --- a/Wox.Plugin.Github/Wox.Plugin.Github.fsproj +++ b/Wox.Plugin.Github/Wox.Plugin.Github.fsproj @@ -1,4 +1,4 @@ - + net462 @@ -6,9 +6,9 @@ Wox.Plugin.Github Ioannis G. (@JohnTheGr8) https://github.com/JohnTheGr8/Wox.Plugin.Github - https://github.com/PluginAuthor/Wox.Plugin.Github + https://github.com/JohnTheGr8/Wox.Plugin.Github wox wox-plugin - 1.1.0 + 1.2.0 diff --git a/Wox.Plugin.Github/plugin.json b/Wox.Plugin.Github/plugin.json index 9af7dea..73394d8 100644 --- a/Wox.Plugin.Github/plugin.json +++ b/Wox.Plugin.Github/plugin.json @@ -4,7 +4,7 @@ "Name": "Wox.Plugin.Github", "Description": "Wox plugin to search repos, browse issues and PRs", "Author": "Ioannis G. (@JohnTheGr8)", - "Version": "1.1.0", + "Version": "1.2.0", "Language": "csharp", "Website": "https://github.com/JohnTheGr8/Wox.Plugin.Github", "IcoPath": "icon.png",