Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
IngvarX committed Apr 5, 2021
1 parent d8180ee commit 5d783ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion camelot.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=v0.2.3
Version=v0.2.4
Name=Camelot
GenericName=Camelot
Comment=Cross-platform file manager written in C#
Expand Down
6 changes: 3 additions & 3 deletions src/Camelot/Camelot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
<Version>0.2.3</Version>
<Version>0.2.4</Version>
</PropertyGroup>
<PropertyGroup>
<AssemblyName>camelot</AssemblyName>
Expand All @@ -14,8 +14,8 @@
<CFBundleName>Camelot</CFBundleName>
<CFBundleDisplayName>Camelot</CFBundleDisplayName>
<CFBundleIdentifier>com.camelot</CFBundleIdentifier>
<CFBundleVersion>0.2.3</CFBundleVersion>
<CFBundleShortVersionString>0.2.3</CFBundleShortVersionString>
<CFBundleVersion>0.2.4</CFBundleVersion>
<CFBundleShortVersionString>0.2.4</CFBundleShortVersionString>
<CFBundlePackageType>AAPL</CFBundlePackageType>
<CFBundleSignature>????</CFBundleSignature>
<CFBundleExecutable>Camelot</CFBundleExecutable>
Expand Down

0 comments on commit 5d783ce

Please sign in to comment.