Skip to content

Commit 5436404

Browse files
committed
PUBLISH (8.1.1)
1 parent efe7d7b commit 5436404

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Changes in 8.1.1:
2+
- Fixed an issue with dpi selection
3+
14
Changes in 8.1.0:
25
- Added the ability to pick a custom resolution
36
- Added email provider for "New Outlook"

NAPS2.App.Mac/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleIdentifier</key>
1010
<string>com.naps2.desktop</string>
1111
<key>CFBundleShortVersionString</key>
12-
<string>8.1.0</string>
12+
<string>8.1.1</string>
1313
<key>LSMinimumSystemVersion</key>
1414
<string>12.0</string>
1515
<key>CFBundleDevelopmentRegion</key>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<Version>8.1.0</Version>
4-
<VersionName>8.1.0</VersionName>
3+
<Version>8.1.1</Version>
4+
<VersionName>8.1.1</VersionName>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)