File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
44#define MyAppPath " build\dist\Kiln"
55#define MyAppName " Kiln"
6- #define MyAppVersion " 0.14 .0"
6+ #define MyAppVersion " 0.15 .0"
77#define MyAppPublisher " Chesterfield Laboratories Inc"
88#define MyAppURL " https://getkiln.ai"
99#define MyAppExeName " Kiln.exe"
Original file line number Diff line number Diff line change 11import { createKilnError , KilnError } from "$lib/utils/error_handlers"
22import { writable } from "svelte/store"
33
4- export const app_version = "0.14 .0"
4+ export const app_version = "0.15 .0"
55
66export type UpdateCheckResult = {
77 has_update : boolean
Original file line number Diff line number Diff line change 11[project ]
22name = " kiln-ai"
3- version = " 0.14 .0"
3+ version = " 0.15 .0"
44requires-python = " >=3.10"
55readme = " README.md"
66description = ' Kiln AI'
Original file line number Diff line number Diff line change 11[project ]
22name = " kiln-server"
3- version = " 0.14 "
3+ version = " 0.15.0 "
44requires-python = " >=3.10"
55description = ' Kiln AI Server'
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments