Skip to content

Commit 560e68f

Browse files
committed
Version bump for v0.19.1
1 parent 0e917fc commit 560e68f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/desktop/WinInnoSetup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define MyAppPath "build\dist\Kiln"
55
#define MyAppName "Kiln"
6-
#define MyAppVersion "0.19.0"
6+
#define MyAppVersion "0.19.1"
77
#define MyAppPublisher "Chesterfield Laboratories Inc"
88
#define MyAppURL "https://getkiln.ai"
99
#define MyAppExeName "Kiln.exe"

app/web_ui/src/lib/utils/update.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createKilnError, KilnError } from "$lib/utils/error_handlers"
22
import { writable } from "svelte/store"
33

4-
export const app_version = "0.19.0"
4+
export const app_version = "0.19.1"
55

66
export type UpdateCheckResult = {
77
has_update: boolean

0 commit comments

Comments
 (0)