From 4a11dbe072c174de47bff00e2912d948edf82e2c Mon Sep 17 00:00:00 2001 From: Garulf <535299+Garulf@users.noreply.github.com> Date: Sun, 14 Nov 2021 02:49:32 -0500 Subject: [PATCH] Increase version (MINOR) --- plugin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.json b/plugin.json index 0d1ea6d..ae85552 100644 --- a/plugin.json +++ b/plugin.json @@ -4,9 +4,9 @@ "Name": "Steam Search", "Description": "Search and launch your Steam Game library", "Author": "Garulf", - "Version": "1.1.3", + "Version": "1.2.1", "Language": "python", "Website": "https://github.com/Garulf/Steam-Search", "IcoPath": "plugin\\icon\\steam-icon.png", "ExecuteFileName": "main.py" -} \ No newline at end of file +}