Skip to content

Commit

Permalink
Raised version to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Dierkes committed Jul 4, 2020
1 parent ad0b956 commit fa9c706
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Configuration.xcconfig
Expand Up @@ -10,5 +10,5 @@ MACOSX_DEPLOYMENT_TARGET = 10.10
PRODUCT_BUNDLE_IDENTIFIER = info.marcel-dierkes.KeepingYouAwake

KYA_COPYRIGHT_TEXT = Copyright © 2014 – 2020 Marcel Dierkes. All rights reserved.
KYA_BUNDLE_VERSION = 1.5.1
KYA_BUILD_NUMBER = 1050100
KYA_BUNDLE_VERSION = 1.5.2
KYA_BUILD_NUMBER = 1050200
2 changes: 1 addition & 1 deletion KeepingYouAwake.xcodeproj/project.pbxproj
Expand Up @@ -552,7 +552,7 @@
attributes = {
CLASSPREFIX = KYA;
DefaultBuildSystemTypeForWorkspace = Latest;
LastUpgradeCheck = 1130;
LastUpgradeCheck = 1150;
ORGANIZATIONNAME = "Marcel Dierkes";
TargetAttributes = {
DA637B3819F14693004C8838 = {
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
LastUpgradeVersion = "1150"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
LastUpgradeVersion = "1150"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
SCHEME = KeepingYouAwake
WORKSPACE = KeepingYouAwake.xcworkspace
VERSION = 1.5.1
VERSION = 1.5.2

OUTPUT_DIR = dist
VENDOR_DIR = Vendor
Expand Down
7 changes: 7 additions & 0 deletions docs/Versions/v1.5.2.json
@@ -0,0 +1,7 @@
{
"date": "2020-07-04 12:00:00",
"file_url": "https://github.com/newmarcel/KeepingYouAwake/releases/download/1.5.2/KeepingYouAwake-1.5.2.zip",
"file_length": 2517783,
"file_version": "1050200",
"file_short_version": "1.5.2"
}
6 changes: 6 additions & 0 deletions docs/Versions/v1.5.2.md
@@ -0,0 +1,6 @@
# Version 1.5.2: Allow Display Sleep

- added the ability to allow the display to sleep ([#148](https://github.com/newmarcel/KeepingYouAwake/issues/148))
- _Thanks [creamelectricart](https://github.com/creamelectricart)!_

**Please note: The 1.5.x series of releases will be the last supporting macOS Yosemite and El Capitan. If you see any critical reason for supporting those, please leave a comment on [GitHub](https://github.com/newmarcel/KeepingYouAwake/issues/126).**

0 comments on commit fa9c706

Please sign in to comment.