Skip to content

Commit 5d783ce

Browse files
committed
v0.2.4
1 parent d8180ee commit 5d783ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

camelot.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Desktop Entry]
2-
Version=v0.2.3
2+
Version=v0.2.4
33
Name=Camelot
44
GenericName=Camelot
55
Comment=Cross-platform file manager written in C#

src/Camelot/Camelot.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<OutputType>WinExe</OutputType>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<IsPackable>false</IsPackable>
6-
<Version>0.2.3</Version>
6+
<Version>0.2.4</Version>
77
</PropertyGroup>
88
<PropertyGroup>
99
<AssemblyName>camelot</AssemblyName>
@@ -14,8 +14,8 @@
1414
<CFBundleName>Camelot</CFBundleName>
1515
<CFBundleDisplayName>Camelot</CFBundleDisplayName>
1616
<CFBundleIdentifier>com.camelot</CFBundleIdentifier>
17-
<CFBundleVersion>0.2.3</CFBundleVersion>
18-
<CFBundleShortVersionString>0.2.3</CFBundleShortVersionString>
17+
<CFBundleVersion>0.2.4</CFBundleVersion>
18+
<CFBundleShortVersionString>0.2.4</CFBundleShortVersionString>
1919
<CFBundlePackageType>AAPL</CFBundlePackageType>
2020
<CFBundleSignature>????</CFBundleSignature>
2121
<CFBundleExecutable>Camelot</CFBundleExecutable>

0 commit comments

Comments
 (0)