Skip to content

Commit 43a79c1

Browse files
committed
- Fix copyright
1 parent 7dcfacf commit 43a79c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Workout/AboutVC.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class AboutViewController: UITableViewController {
3838
override func viewDidLoad() {
3939
super.viewDidLoad()
4040

41-
appInfo = NSLocalizedString("REPORT_TEXT", comment: "Report problem") + "\n\nWorkout \(Bundle.main.versionDescription)\n© 2016-2018 Marco Boschi"
41+
appInfo = NSLocalizedString("REPORT_TEXT", comment: "Report problem") + "\n\nWorkout \(Bundle.main.versionDescription)\n© 2016-2019 Marco Boschi"
4242

4343
NotificationCenter.default.addObserver(self, selector: #selector(transactionUpdated(_:)), name: InAppPurchaseManager.transactionNotification, object: nil)
4444
NotificationCenter.default.addObserver(self, selector: #selector(restoreCompleted(_:)), name: InAppPurchaseManager.restoreNotification, object: nil)

0 commit comments

Comments
 (0)