Skip to content

Commit

Permalink
bump version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
linderd committed Apr 8, 2024
1 parent 6d7044c commit e4de49b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion QuIDE/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<PropertyGroup>
<Version>2.1</Version>
<FileVersion>2.1</FileVersion>
<InformationalVersion>2.1-dev</InformationalVersion>
<InformationalVersion>2.1</InformationalVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion QuIDE/QuIDE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<!-- Define things for dotnet-bundle for macOS-App -->
<PropertyGroup>
<CFBundleName>QuIDE</CFBundleName>
<CFBundleShortVersionString>2.1-dev</CFBundleShortVersionString>
<CFBundleShortVersionString>2.1</CFBundleShortVersionString>
<NSPrincipalClass>NSApplication</NSPrincipalClass>
<CFBundlePackageType>AAPL</CFBundlePackageType>
<NSRequiresAquaSystemAppearance>false</NSRequiresAquaSystemAppearance>
Expand Down

0 comments on commit e4de49b

Please sign in to comment.