Skip to content

Commit

Permalink
set version number to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
linderd committed Sep 18, 2024
1 parent 5210b43 commit 73d5d5b
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.2</Version>
<FileVersion>2.2</FileVersion>
<InformationalVersion>2.2-dev</InformationalVersion>
<InformationalVersion>2.2</InformationalVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion QuIDE/QuIDE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<!-- Define things for dotnet-bundle for macOS-App -->
<PropertyGroup>
<CFBundleName>QuIDE 2</CFBundleName>
<CFBundleShortVersionString>2.2-dev</CFBundleShortVersionString>
<CFBundleShortVersionString>2.2</CFBundleShortVersionString>
<NSPrincipalClass>NSApplication</NSPrincipalClass>
<CFBundlePackageType>AAPL</CFBundlePackageType>
<NSRequiresAquaSystemAppearance>false</NSRequiresAquaSystemAppearance>
Expand Down

0 comments on commit 73d5d5b

Please sign in to comment.