[ios] Increased project version to 7.6.1

This commit is contained in:
VladiMihaylenko 2017-10-25 20:22:14 +03:00 committed by r.kuznetsov
parent 213318c7f1
commit 0a34c7c185
2 changed files with 3 additions and 3 deletions

View file

@ -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 {

View file

@ -1,4 +1,4 @@
CURRENT_PROJECT_VERSION = 7.6.0
CURRENT_PROJECT_VERSION = 7.6.1
// Paths
OMIM_ROOT = $(PROJECT_DIR)/../..