Skip to content

Commit

Permalink
1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brills committed Jun 6, 2023
1 parent 9e86d3e commit 20ebc8e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions SatHunter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 20ebc8e

Please sign in to comment.