diff --git a/Config.xcconfig b/Config.xcconfig index 5647221..5829f00 100644 --- a/Config.xcconfig +++ b/Config.xcconfig @@ -12,6 +12,6 @@ TEAM_ID = 8JGND254B7 BUNDLE_ID = com.neon443.NearFuture BUNDLE_ID_WIDGETS = com.neon443.NearFuture.widgets GROUP_ID = group.NearFuture -VERSION = 4.0.0 +VERSION = 4.2 NAME = Near Future -BUILD_NUMBER = 3 +BUILD_NUMBER = 1 diff --git a/NearFuture/Views/Settings/WhatsNewView.swift b/NearFuture/Views/Settings/WhatsNewView.swift index e3a7c1d..ef98042 100644 --- a/NearFuture/Views/Settings/WhatsNewView.swift +++ b/NearFuture/Views/Settings/WhatsNewView.swift @@ -31,7 +31,7 @@ struct WhatsNewView: View { WhatsNewChunk( symbol: "list.bullet.indent", title: "Animations!", - subtitle: "I added animations for adding, removing and ticking events" + subtitle: "I added animations for adding, removing and ticking events - animations are definitely the most important change" ) ] }