Skip to content

Commit 240d820

Browse files
committed
chore: update version to 1.1.5
1 parent 63e234a commit 240d820

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/app/app_metadata.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Keep this fallback in sync with pubspec.yaml; app_metadata_test.dart enforces it.
2-
const kickDefaultAppVersion = '1.1.4';
2+
const kickDefaultAppVersion = '1.1.5';
33
const kickBuildAppVersion = String.fromEnvironment(
44
'FLUTTER_BUILD_NAME',
55
defaultValue: kickDefaultAppVersion,

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: kick
22
description: "Kick: a local OpenAI-compatible proxy for Gemini CLI with a Flutter shell"
33
publish_to: "none"
4-
version: 1.1.4+9
4+
version: 1.1.5+10
55

66
environment:
77
sdk: ^3.11.1

0 commit comments

Comments
 (0)