Skip to content

Commit fc10f59

Browse files
authored
chore: release 3.3.3 (#303)
1 parent 303563d commit fc10f59

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/src/commonMain/kotlin/com/maksimowiczm/foodyou/changelog/infrastructure/StaticChangelog.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ internal class StaticChangelog(private val appConfig: AppConfig) : Changelog {
1212
override val versions: List<Version>
1313
get() =
1414
listOf(
15-
v_3_3_2,
15+
v_3_3_3,
1616
v_3_3_1,
1717
v_3_3_0,
1818
v_3_2_2,
@@ -43,9 +43,9 @@ internal class StaticChangelog(private val appConfig: AppConfig) : Changelog {
4343
v2_0_0,
4444
)
4545

46-
val v_3_3_2 =
46+
val v_3_3_3 =
4747
Version(
48-
version = "3.3.2",
48+
version = "3.3.3",
4949
date = LocalDate(2025, 10, 5),
5050
bugFixes = listOf("Searching with Cyrillic characters is now case-insensitive."),
5151
)

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
version-name = "3.3.2"
3-
android-versionCode = "110"
2+
version-name = "3.3.3"
3+
android-versionCode = "111"
44
android-compileSdk = "36"
55
android-minSdk = "28"
66
android-targetSdk = "36"

0 commit comments

Comments
 (0)