diff --git a/submodules/InAppPurchaseManager/Sources/InAppPurchaseManager.swift b/submodules/InAppPurchaseManager/Sources/InAppPurchaseManager.swift index 035fed2033..40a29f45e8 100644 --- a/submodules/InAppPurchaseManager/Sources/InAppPurchaseManager.swift +++ b/submodules/InAppPurchaseManager/Sources/InAppPurchaseManager.swift @@ -44,7 +44,7 @@ private let productIdentifiers = [ "org.telegram.telegramStars.topup.x5000", "org.telegram.telegramStars.topup.x10000", "org.telegram.telegramStars.topup.x25000", - "org.telegram.telegramStars.topup.x50000" + "org.telegram.telegramStars.topup.x35000" ] private extension NSDecimalNumber { diff --git a/submodules/TelegramUI/Components/Stars/StarsPurchaseScreen/Sources/StarsPurchaseScreen.swift b/submodules/TelegramUI/Components/Stars/StarsPurchaseScreen/Sources/StarsPurchaseScreen.swift index a8063e4c44..30da96ee36 100644 --- a/submodules/TelegramUI/Components/Stars/StarsPurchaseScreen/Sources/StarsPurchaseScreen.swift +++ b/submodules/TelegramUI/Components/Stars/StarsPurchaseScreen/Sources/StarsPurchaseScreen.swift @@ -300,7 +300,7 @@ private final class StarsPurchaseScreenContentComponent: CombinedComponent { 5000: 6, 10000: 6, 25000: 7, - 50000: 7 + 35000: 7 ] let externalStateUpdated = context.component.stateUpdated diff --git a/versions.json b/versions.json index 2f50425e88..0fd74872f9 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,5 @@ { - "app": "10.14.3", + "app": "10.14.2", "xcode": "15.2", "bazel": "7.1.1", "macos": "13.0"