From 74490d20bef5b25b648ad38d1519cda8bb9171b4 Mon Sep 17 00:00:00 2001 From: Marco Gomiero Date: Sun, 14 Apr 2024 11:54:44 +0200 Subject: [PATCH] Bump string version --- i18n/src/commonMain/kotlin/com/prof18/feedflow/i18n/Locales.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/src/commonMain/kotlin/com/prof18/feedflow/i18n/Locales.kt b/i18n/src/commonMain/kotlin/com/prof18/feedflow/i18n/Locales.kt index 1ed3e679..1162b6e7 100644 --- a/i18n/src/commonMain/kotlin/com/prof18/feedflow/i18n/Locales.kt +++ b/i18n/src/commonMain/kotlin/com/prof18/feedflow/i18n/Locales.kt @@ -16,4 +16,4 @@ expect fun String.format(vararg args: Any): String @Suppress("UnusedPrivateProperty") // This is a trick to be sure that KSP re-generates the strings when there's no code updates -private const val StringsVersion = 5 +private const val StringsVersion = 6