Skip to content

Commit dea7e0f

Browse files
committed
Release 0.5.0
1 parent 7430516 commit dea7e0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tree Tracker
22

3-
## Next
3+
## 0.5.0
44
- Added ability to cache images in sqlite & now we brought back trees in the list (though on hitting Refresh we don't fetch new ones to not flood the network with unnecessary requests for all trees in Airtable).
55
- Added landscape support for live camera session flow (it needed me to update the presentation mode of image picker, unfortunately).
66

Tree Tracker.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@
766766
"$(inherited)",
767767
"@executable_path/Frameworks",
768768
);
769-
MARKETING_VERSION = 0.4.0;
769+
MARKETING_VERSION = 0.5.0;
770770
PRODUCT_BUNDLE_IDENTIFIER = "com.sunshinejr.Tree-Tracker";
771771
PRODUCT_NAME = "$(TARGET_NAME)";
772772
SWIFT_VERSION = 5.0;
@@ -787,7 +787,7 @@
787787
"$(inherited)",
788788
"@executable_path/Frameworks",
789789
);
790-
MARKETING_VERSION = 0.4.0;
790+
MARKETING_VERSION = 0.5.0;
791791
PRODUCT_BUNDLE_IDENTIFIER = "com.sunshinejr.Tree-Tracker";
792792
PRODUCT_NAME = "$(TARGET_NAME)";
793793
SWIFT_VERSION = 5.0;

0 commit comments

Comments
 (0)