Skip to content

Commit 1b5a5fe

Browse files
author
Leandro Ferreira
committed
Fixing table migration and version 46
1 parent 0530876 commit 1b5a5fe

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

application/composeApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,12 @@ compose.desktop {
146146
}
147147

148148
linux {
149-
packageVersion = "0.45.0"
149+
packageVersion = "0.46.0"
150150
iconFile.set(iconsRoot.resolve("icon-linux.png"))
151151
}
152152

153153
windows {
154-
packageVersion = "0.45.0"
154+
packageVersion = "0.46.0"
155155
iconFile.set(iconsRoot.resolve("icon-windows.ico"))
156156
}
157157
}

application/core/persistence_sqldelight/src/commonMain/sqldelight/migration/6.sqm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CREATE VIRTUAL TABLE storyStepEntityFts USING fts4(
1+
CREATE VIRTUAL TABLE IF NOT EXISTS storyStepEntityFts USING fts4(
22
text TEXT,
33
id TEXT,
44
document_id TEXT UNINDEXED,

application/core/resources/src/commonMain/composeResources/values-en/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<string name="download_models">Download Model</string>
5555
<string name="suggestions">Suggestions:</string>
5656
<string name="error_model_download">Error when downloading model.</string>
57-
<string name="version">Alpha45 - Amado, Jorge</string>
57+
<string name="version">Alpha46 - Amado, Jorge</string>
5858
<string name="light_theme">Light</string>
5959
<string name="dark_theme">Dark</string>
6060
<string name="system_theme">System</string>

application/core/resources/src/commonMain/composeResources/values-pt/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<string name="download_models">Baixar modelos</string>
5353
<string name="suggestions">Sugestões:</string>
5454
<string name="error_model_download">Error ao baixar modelo.</string>
55-
<string name="version">"Alpha45 - Amado, Jorge"</string>
55+
<string name="version">"Alpha46 - Amado, Jorge"</string>
5656
<string name="light_theme">Claro</string>
5757
<string name="dark_theme">Escuro</string>
5858
<string name="system_theme">Sistema</string>

application/core/resources/src/commonMain/composeResources/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<string name="download_models">Download Model</string>
5555
<string name="suggestions">Suggestions:</string>
5656
<string name="error_model_download">Error when downloading model.</string>
57-
<string name="version">Alpha45 - Amado, Jorge</string>
57+
<string name="version">Alpha46 - Amado, Jorge</string>
5858
<string name="light_theme">Light</string>
5959
<string name="dark_theme">Dark</string>
6060
<string name="system_theme">System</string>

0 commit comments

Comments
 (0)