From 20ebc8eeadd50bfcf5062cce077a4cf8f15de885 Mon Sep 17 00:00:00 2001 From: Zhuo Peng Date: Mon, 5 Jun 2023 21:03:56 -0700 Subject: [PATCH] 1.0.1 release --- README.md | 3 +++ RELEASE.md | 8 ++++++++ SatHunter.xcodeproj/project.pbxproj | 4 ++-- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8acc9f9..2016ea8 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ automatically with doppler shifts. - Updatable satellite and transponder database - Open source software +## Getting Started +See the [guide](Docs/GettingStarted.md). + ## Privacy This App requires access to location information (GPS coordinates and device heading) and diff --git a/RELEASE.md b/RELEASE.md index e69de29..bef66d1 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -0,0 +1,8 @@ + +# 1.0.1 App Store release + +- Added a getting started guide and linked it in the app's settings view. + +# 1.0 App Store release + +- First release. diff --git a/SatHunter.xcodeproj/project.pbxproj b/SatHunter.xcodeproj/project.pbxproj index 090af9e..bc86bcd 100644 --- a/SatHunter.xcodeproj/project.pbxproj +++ b/SatHunter.xcodeproj/project.pbxproj @@ -658,7 +658,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0; + MARKETING_VERSION = 1.0.1; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -745,7 +745,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0; + MARKETING_VERSION = 1.0.1; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = sealscript.net.SatHunter;