Skip to content

Commit

Permalink
Merge pull request #133 from ProteGO-Safe/release/4.11.0
Browse files Browse the repository at this point in the history
Release/4.11.0
  • Loading branch information
qLb authored Apr 7, 2021
2 parents b1745b6 + f473484 commit f088dc4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f088dc4

Please sign in to comment.