From f252359eb190560bc1de6f882f4a54efaef548bf Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Tue, 13 May 2025 11:00:31 +0100 Subject: [PATCH] bump version, update whats new --- Config.xcconfig | 4 ++-- NearFuture/Views/Settings/WhatsNewView.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" ) ] }