bump version, update whats new

This commit is contained in:
neon443
2025-05-13 11:00:31 +01:00
parent 2b266e03ca
commit f252359eb1
2 changed files with 3 additions and 3 deletions

View File

@@ -12,6 +12,6 @@ TEAM_ID = 8JGND254B7
BUNDLE_ID = com.neon443.NearFuture BUNDLE_ID = com.neon443.NearFuture
BUNDLE_ID_WIDGETS = com.neon443.NearFuture.widgets BUNDLE_ID_WIDGETS = com.neon443.NearFuture.widgets
GROUP_ID = group.NearFuture GROUP_ID = group.NearFuture
VERSION = 4.0.0 VERSION = 4.2
NAME = Near Future NAME = Near Future
BUILD_NUMBER = 3 BUILD_NUMBER = 1

View File

@@ -31,7 +31,7 @@ struct WhatsNewView: View {
WhatsNewChunk( WhatsNewChunk(
symbol: "list.bullet.indent", symbol: "list.bullet.indent",
title: "Animations!", 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"
) )
] ]
} }