Skip to content

Commit 18e3ebf

Browse files
committed
Bump version
1 parent 62283b8 commit 18e3ebf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

devdocs-macos/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.1.0</string>
20+
<string>0.1.1</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>LSMinimumSystemVersion</key>
2424
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
25-
<key>NSHumanReadableCopyright</key>
26-
<string>Copyright © 2018 Douglas Teoh. All rights reserved.</string>
27-
<key>NSMainNibFile</key>
28-
<string>MainMenu</string>
2925
<key>NSAppTransportSecurity</key>
3026
<dict>
3127
<key>NSAllowsArbitraryLoads</key>
3228
<true/>
3329
</dict>
30+
<key>NSHumanReadableCopyright</key>
31+
<string>Copyright © 2019 Douglas Teoh. All rights reserved.</string>
32+
<key>NSMainNibFile</key>
33+
<string>MainMenu</string>
3434
<key>NSPrincipalClass</key>
3535
<string>NSApplication</string>
3636
</dict>

0 commit comments

Comments
 (0)