Skip to content

Commit

Permalink
PUBLISH (7.1.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Oct 20, 2023
1 parent cbff78a commit 581acfd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Changes in 7.1.2:
- Mac: Fixed scanning with macOS 14 Sonoma

Changes in 7.1.1:
- Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion NAPS2.App.Mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleIdentifier</key>
<string>com.naps2.desktop</string>
<key>CFBundleShortVersionString</key>
<string>7.1.1</string>
<string>7.1.2</string>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>CFBundleDevelopmentRegion</key>
Expand Down
4 changes: 2 additions & 2 deletions NAPS2.Setup/targets/VersionTargets.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Version>7.1.1</Version>
<VersionName>7.1.1</VersionName>
<Version>7.1.2</Version>
<VersionName>7.1.2</VersionName>
</PropertyGroup>
</Project>

0 comments on commit 581acfd

Please sign in to comment.