diff --git a/Configuration/Version.xcconfig b/Configuration/Version.xcconfig index d18b18f7a1..3aaad87131 100644 --- a/Configuration/Version.xcconfig +++ b/Configuration/Version.xcconfig @@ -1 +1 @@ -MARKETING_VERSION = 7.90.0 +MARKETING_VERSION = 7.90.1 diff --git a/DuckDuckGo/HomeCollectionView.swift b/DuckDuckGo/HomeCollectionView.swift index ee0b6818ee..dda0196b5a 100644 --- a/DuckDuckGo/HomeCollectionView.swift +++ b/DuckDuckGo/HomeCollectionView.swift @@ -87,7 +87,9 @@ class HomeCollectionView: UICollectionView { renderers.install(renderer: FavoritesHomeViewSectionRenderer(viewModel: favoritesViewModel)) case .homeMessage: - renderers.install(renderer: HomeMessageViewSectionRenderer(homePageConfiguration: homePageConfiguration)) + if #available(iOS 16.0, *) { + renderers.install(renderer: HomeMessageViewSectionRenderer(homePageConfiguration: homePageConfiguration)) + } case .appTrackingProtection: #if APP_TRACKING_PROTECTION diff --git a/DuckDuckGo/Settings.bundle/Root.plist b/DuckDuckGo/Settings.bundle/Root.plist index 99a0fd640b..5514d28eba 100644 --- a/DuckDuckGo/Settings.bundle/Root.plist +++ b/DuckDuckGo/Settings.bundle/Root.plist @@ -6,7 +6,7 @@ DefaultValue - 7.90.0 + 7.90.1 Key version Title