From e74694b822c05bf869c3128433c7c5ad2ebefc8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20D=C3=BCrrenberger?= Date: Mon, 21 Feb 2022 16:11:10 +0100 Subject: [PATCH] Update version to 1.3 Remove unused App.config --- App.config | 14 -------------- Clockify.csproj | 4 ++-- manifest.json | 2 +- 3 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 App.config diff --git a/App.config b/App.config deleted file mode 100644 index 9395f24..0000000 --- a/App.config +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Clockify.csproj b/Clockify.csproj index 29f9038..13d2894 100644 --- a/Clockify.csproj +++ b/Clockify.csproj @@ -11,8 +11,8 @@ StyleCop.ruleset false AllEnabledByDefault - 1.2 - 1.2 + 1.3 + 1.3 Clockify Lukas Dürrenberger This plugin allows you to track, start and stop Clockify timers on your Elgato Stream Deck diff --git a/manifest.json b/manifest.json index 6f5555e..590455b 100644 --- a/manifest.json +++ b/manifest.json @@ -28,7 +28,7 @@ "Description": "Stream Deck integration for Clockify, the most popular free time tracker available for an unlimited numbers of users for free.", "Icon": "Images/clockifyIcon", "URL": "https://duerrenberger.dev", - "Version": "1.2", + "Version": "1.3", "CodePath": "dev.duerrenberger.clockify", "Category": "Time Tracking", "CategoryIcon": "Images/categoryTimerIcon",