Skip to content

Commit e74694b

Browse files
committed
Update version to 1.3
Remove unused App.config
1 parent 55d842c commit e74694b

File tree

3 files changed

+3
-17
lines changed

3 files changed

+3
-17
lines changed

App.config

-14
This file was deleted.

Clockify.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<CodeAnalysisRuleSet>StyleCop.ruleset</CodeAnalysisRuleSet>
1212
<EnableNETAnalyzers>false</EnableNETAnalyzers>
1313
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
14-
<AssemblyVersion>1.2</AssemblyVersion>
15-
<PackageVersion>1.2</PackageVersion>
14+
<AssemblyVersion>1.3</AssemblyVersion>
15+
<PackageVersion>1.3</PackageVersion>
1616
<Title>Clockify</Title>
1717
<Authors>Lukas Dürrenberger</Authors>
1818
<Description>This plugin allows you to track, start and stop Clockify timers on your Elgato Stream Deck</Description>

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"Description": "Stream Deck integration for Clockify, the most popular free time tracker available for an unlimited numbers of users for free.",
2929
"Icon": "Images/clockifyIcon",
3030
"URL": "https://duerrenberger.dev",
31-
"Version": "1.2",
31+
"Version": "1.3",
3232
"CodePath": "dev.duerrenberger.clockify",
3333
"Category": "Time Tracking",
3434
"CategoryIcon": "Images/categoryTimerIcon",

0 commit comments

Comments
 (0)