forked from organicmaps/organicmaps
[ios] Increased project version to 7.6.1
This commit is contained in:
parent
213318c7f1
commit
0a34c7c185
2 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ final class PPPReview: MWMTableViewCell {
|
|||
ratingSummaryView.textFont = UIFont.bold12()
|
||||
addReviewButton.isHidden = true
|
||||
pricingLabel.isHidden = true
|
||||
reviewsLabel.isHidden = false;
|
||||
reviewsLabel.isHidden = false
|
||||
ratingSummaryView.value = rating.value
|
||||
ratingSummaryView.type = rating.type
|
||||
if rating.type == .noValue {
|
||||
|
@ -44,7 +44,7 @@ final class PPPReview: MWMTableViewCell {
|
|||
ratingSummaryView.noValueImage = #imageLiteral(resourceName: "ic_12px_radio_on")
|
||||
ratingSummaryView.noValueColor = UIColor.linkBlue()
|
||||
reviewsLabel.text = L("placepage_reviewed")
|
||||
pricingLabel.isHidden = false;
|
||||
pricingLabel.isHidden = false
|
||||
priceSetter(pricingLabel)
|
||||
}
|
||||
} else {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
CURRENT_PROJECT_VERSION = 7.6.0
|
||||
CURRENT_PROJECT_VERSION = 7.6.1
|
||||
|
||||
// Paths
|
||||
OMIM_ROOT = $(PROJECT_DIR)/../..
|
||||
|
|
Loading…
Add table
Reference in a new issue