Skip to content

Commit

Permalink
Build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mplorentz committed Sep 7, 2022
1 parent 6fa5025 commit 7c7237c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Added support for EBT replication algorithm. #721
- Added a migration script for a small number of users whose accounts were created on the test network. #817
- Fixed a bug where feeds two hops away wouldn't always be fetched. #833

## [1.3.2] 2022-08-27

Expand Down
4 changes: 2 additions & 2 deletions Planetary.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5532,7 +5532,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Resources/FBTT.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 365;
CURRENT_PROJECT_VERSION = 367;
DEVELOPMENT_TEAM = GZCZBKH7MY;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
Expand Down Expand Up @@ -5564,7 +5564,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Resources/FBTT.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 365;
CURRENT_PROJECT_VERSION = 367;
DEVELOPMENT_TEAM = GZCZBKH7MY;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
Expand Down
2 changes: 1 addition & 1 deletion Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>365</string>
<string>367</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
4 changes: 2 additions & 2 deletions Resources/Preload.bundle/Feeds/consolidatedFeed.json
Git LFS file not shown
2 changes: 1 addition & 1 deletion UITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<key>CFBundleVersion</key>
<string>365</string>
<string>367</string>
<key>PLTestingNetworkHMAC</key>
<string>$(TESTING_NETWORK_HMAC)</string>
<key>PLTestingNetworkKey</key>
Expand Down

0 comments on commit 7c7237c

Please sign in to comment.