Skip to content

Commit

Permalink
gh-2568 fix version and remove debugging persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Jäckel committed Aug 30, 2022
1 parent 8d460dd commit bc73cea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Multisig/UI/App/WhatsNewHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import WhatsNewKit
class WhatsNewHandler {
private let whatsNew = WhatsNew(
// Show the WhatsNew screen only once for users of this version
version: WhatsNew.Version(major: 3, minor: 17, patch: 0),
version: WhatsNew.Version(major: 3, minor: 16, patch: 0),
title: "What's new",
items: [
WhatsNew.Item(
Expand Down Expand Up @@ -50,7 +50,7 @@ class WhatsNewHandler {
whatsNewViewController = WhatsNewViewController(
whatsNew: whatsNewForCurrentVersion,
configuration: configuration,
versionStore: InMemoryWhatsNewVersionStore() //for debugging
versionStore: keyValueVersionStore // use InMemoryWhatsNewVersionStore() for debugging
)
}
}
Expand Down

0 comments on commit bc73cea

Please sign in to comment.