Skip to content

Commit

Permalink
Updated version to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IngvarX committed Dec 4, 2024
1 parent 24094b4 commit 821a309
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<Version>0.3.0</Version>
<Version>0.3.1</Version>
</PropertyGroup>
</Project>
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.3.0
Version=v0.3.1
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>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<Version>0.3.0</Version>
<Version>0.3.1</Version>
</PropertyGroup>
<PropertyGroup>
<AssemblyName>camelot</AssemblyName>
Expand All @@ -14,8 +14,8 @@
<CFBundleName>Camelot</CFBundleName>
<CFBundleDisplayName>Camelot</CFBundleDisplayName>
<CFBundleIdentifier>com.camelot</CFBundleIdentifier>
<CFBundleVersion>0.3.0</CFBundleVersion>
<CFBundleShortVersionString>0.3.0</CFBundleShortVersionString>
<CFBundleVersion>0.3.1</CFBundleVersion>
<CFBundleShortVersionString>0.3.1</CFBundleShortVersionString>
<CFBundlePackageType>AAPL</CFBundlePackageType>
<CFBundleSignature>????</CFBundleSignature>
<CFBundleExecutable>Camelot</CFBundleExecutable>
Expand Down

0 comments on commit 821a309

Please sign in to comment.