We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e234a commit 240d820Copy full SHA for 240d820
2 files changed
lib/app/app_metadata.dart
@@ -1,5 +1,5 @@
1
// Keep this fallback in sync with pubspec.yaml; app_metadata_test.dart enforces it.
2
-const kickDefaultAppVersion = '1.1.4';
+const kickDefaultAppVersion = '1.1.5';
3
const kickBuildAppVersion = String.fromEnvironment(
4
'FLUTTER_BUILD_NAME',
5
defaultValue: kickDefaultAppVersion,
pubspec.yaml
@@ -1,7 +1,7 @@
name: kick
description: "Kick: a local OpenAI-compatible proxy for Gemini CLI with a Flutter shell"
publish_to: "none"
-version: 1.1.4+9
+version: 1.1.5+10
6
environment:
7
sdk: ^3.11.1
0 commit comments