Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IngvarX committed Jul 21, 2021
1 parent ef8696c commit 8543e4b
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.5
Version=v0.3.0
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.5</Version>
<Version>0.3.0</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.5</CFBundleVersion>
<CFBundleShortVersionString>0.2.5</CFBundleShortVersionString>
<CFBundleVersion>0.3.0</CFBundleVersion>
<CFBundleShortVersionString>0.3.0</CFBundleShortVersionString>
<CFBundlePackageType>AAPL</CFBundlePackageType>
<CFBundleSignature>????</CFBundleSignature>
<CFBundleExecutable>Camelot</CFBundleExecutable>
Expand Down

0 comments on commit 8543e4b

Please sign in to comment.