diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d76247..636d1f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 4.11.0 +- Updated UI + ## 4.10.0 - Added new file storage method - Split current JSON data to multiple smaller data files to prevent over downloading unwanted data diff --git a/README.md b/README.md index b327abc..7273626 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,9 @@ For convenience, there's a `rebuild.sh` script which performs actions mentioned To launch it, type `sh rebuild.sh` in your console. ## ChangeLog +**4.11.0** +- Updated UI + **4.10.0** - Added new file storage method - Split current JSON data to multiple smaller data files to prevent over downloading unwanted data diff --git a/project.yml b/project.yml index af72bfc..727173c 100644 --- a/project.yml +++ b/project.yml @@ -42,7 +42,7 @@ targets: PushMutableContent: settings: CODE_SIGN_STYLE: Manual - MARKETING_VERSION: "4.10.0" + MARKETING_VERSION: "4.11.0" CURRENT_PROJECT_VERSION: 746 TARGETED_DEVICE_FAMILY: 1,2 type: app-extension @@ -77,7 +77,7 @@ targets: deploymentTarget: "12.1" settings: CODE_SIGN_STYLE: Manual - MARKETING_VERSION: "4.10.0" + MARKETING_VERSION: "4.11.0" CURRENT_PROJECT_VERSION: 746 TARGETED_DEVICE_FAMILY: 1 SWIFT_OBJC_BRIDGING_HEADER: $(PROJECT_DIR)/safesafe/App/safesafe-Bridging-Header.h