Skip to content

Commit 96d5367

Browse files
committed
Bump version
1 parent 861fe02 commit 96d5367

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

DevDocs.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@
388388
"@executable_path/../Frameworks",
389389
);
390390
MACOSX_DEPLOYMENT_TARGET = 11.0;
391+
MARKETING_VERSION = 0.7.0;
391392
PRODUCT_BUNDLE_IDENTIFIER = "com.dteoh.devdocs-macos";
392393
PRODUCT_NAME = "$(TARGET_NAME)";
393394
SWIFT_VERSION = 5.0;
@@ -410,6 +411,7 @@
410411
"@executable_path/../Frameworks",
411412
);
412413
MACOSX_DEPLOYMENT_TARGET = 11.0;
414+
MARKETING_VERSION = 0.7.0;
413415
PRODUCT_BUNDLE_IDENTIFIER = "com.dteoh.devdocs-macos";
414416
PRODUCT_NAME = "$(TARGET_NAME)";
415417
SWIFT_VERSION = 5.0;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ If you are using Mojave (10.14) or Catalina (10.15), please use version 0.5.2.
9393
```
9494
DevDocs for macOS
9595
96-
Copyright (C) 2020 Douglas Teoh
96+
Copyright (C) 2021 Douglas Teoh
9797
9898
This program is free software: you can redistribute it and/or modify
9999
it under the terms of the GNU General Public License as published by

devdocs-macos/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.6.2</string>
20+
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleURLTypes</key>
2222
<array>
2323
<dict>

0 commit comments

Comments
 (0)