Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Feature/14979: Adjust Info Screen to announce new Release-Features for 3.2. #5111

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import UIKit
// WARNING: Do not rename class name because it is used to identify already presented onboardings. But if you need to, rename it and override the id property of the DeltaOnboarding Protocol and assign the origin id (see DeltaOnboardingProtocols)
class DeltaOnboardingNewVersionFeatures: DeltaOnboarding {

let version = "3.1"
let version = "3.2"
let store: Store

init(store: Store) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ struct DeltaOnboardingNewVersionFeaturesViewModel {

// ADD NEW FEATURES HERE

self.featureVersion = "3.1"
self.featureVersion = "3.2"
self.finishedDeltaOnboarding = finishedDeltaOnboardings
}

Expand Down