Skip to content

Commit

Permalink
PUBLISH (7.4.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Apr 14, 2024
1 parent 0bb41d9 commit cf38269
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.4.2:
- Bug fixes

Changes in 7.4.1:
- Improved OCR text alignment
- Added "Open With" support for PDF and image files
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 @@ -9,7 +9,7 @@
<key>CFBundleIdentifier</key>
<string>com.naps2.desktop</string>
<key>CFBundleShortVersionString</key>
<string>7.4.1</string>
<string>7.4.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.4.1</Version>
<VersionName>7.4.1</VersionName>
<Version>7.4.2</Version>
<VersionName>7.4.2</VersionName>
</PropertyGroup>
</Project>

0 comments on commit cf38269

Please sign in to comment.