We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e917fc commit 560e68fCopy full SHA for 560e68f
app/desktop/WinInnoSetup.iss
@@ -3,7 +3,7 @@
3
4
#define MyAppPath "build\dist\Kiln"
5
#define MyAppName "Kiln"
6
-#define MyAppVersion "0.19.0"
+#define MyAppVersion "0.19.1"
7
#define MyAppPublisher "Chesterfield Laboratories Inc"
8
#define MyAppURL "https://getkiln.ai"
9
#define MyAppExeName "Kiln.exe"
app/web_ui/src/lib/utils/update.ts
@@ -1,7 +1,7 @@
1
import { createKilnError, KilnError } from "$lib/utils/error_handlers"
2
import { writable } from "svelte/store"
-export const app_version = "0.19.0"
+export const app_version = "0.19.1"
export type UpdateCheckResult = {
has_update: boolean
0 commit comments