From 9eb3e82dc47da3992e107750568b99c187ee98f6 Mon Sep 17 00:00:00 2001 From: Marcel Dierkes Date: Sun, 20 Feb 2022 17:52:52 +0100 Subject: [PATCH] Version 1.6.2 --- Configuration.xcconfig | 2 +- Makefile | 2 +- docs/Versions/v1.6.2.json | 7 +++++++ docs/Versions/v1.6.2.md | 7 +++++++ 4 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 docs/Versions/v1.6.2.json create mode 100644 docs/Versions/v1.6.2.md diff --git a/Configuration.xcconfig b/Configuration.xcconfig index 230365c3..b67b9bd6 100644 --- a/Configuration.xcconfig +++ b/Configuration.xcconfig @@ -9,7 +9,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.12 PRODUCT_BUNDLE_IDENTIFIER = info.marcel-dierkes.KeepingYouAwake -MARKETING_VERSION = 1.6.2beta3 +MARKETING_VERSION = 1.6.2 CURRENT_PROJECT_VERSION = 1060205 KYA_COPYRIGHT_TEXT = Copyright © 2014 – 2022 Marcel Dierkes. All rights reserved. diff --git a/Makefile b/Makefile index 43dbceec..e3ebc222 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SCHEME = KeepingYouAwake WORKSPACE = KeepingYouAwake.xcworkspace -VERSION = 1.6.1 +VERSION = 1.6.2 OUTPUT_DIR = dist VENDOR_DIR = Vendor diff --git a/docs/Versions/v1.6.2.json b/docs/Versions/v1.6.2.json new file mode 100644 index 00000000..79a41b35 --- /dev/null +++ b/docs/Versions/v1.6.2.json @@ -0,0 +1,7 @@ +{ + "date": "2022-02-20 18:00:00", + "file_url": "https://github.com/newmarcel/KeepingYouAwake/releases/download/1.6.2/KeepingYouAwake-1.6.2.zip", + "file_length": 2736815, + "file_version": "1060205", + "file_short_version": "1.6.2" +} \ No newline at end of file diff --git a/docs/Versions/v1.6.2.md b/docs/Versions/v1.6.2.md new file mode 100644 index 00000000..c9d49e2f --- /dev/null +++ b/docs/Versions/v1.6.2.md @@ -0,0 +1,7 @@ +# Version 1.6.2: Minor Changes + +- updated the Danish translation ([#171](https://github.com/newmarcel/KeepingYouAwake/pull/171), [#180](https://github.com/newmarcel/KeepingYouAwake/pull/180)) + - *Thank you [JacobSchriver](https://github.com/JacobSchriver)!* +- updated the [Sparkle](https://github.com/sparkle-project/Sparkle) update framework to version 2.0 ([#178](https://github.com/newmarcel/KeepingYouAwake/pull/178)) +- added a Ukrainian translation ([#179](https://github.com/newmarcel/KeepingYouAwake/issues/179)) + - *Thank you [gelosi](https://github.com/gelosi)!*