From 893d8445f26e6f76ffdd69f7ac5d9ee19ca6a6c0 Mon Sep 17 00:00:00 2001 From: cogwheel0 <172976095+cogwheel0@users.noreply.github.com> Date: Thu, 16 Oct 2025 11:45:55 +0530 Subject: [PATCH] chore: bump version to 2.1.4 --- lib/core/models/conversation.dart | 1 - pubspec.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/core/models/conversation.dart b/lib/core/models/conversation.dart index 9a612ce..784c932 100644 --- a/lib/core/models/conversation.dart +++ b/lib/core/models/conversation.dart @@ -26,7 +26,6 @@ sealed class Conversation with _$Conversation { _$ConversationFromJson(json); } -/// Custom converter to handle Map from storage class _MetadataConverter implements JsonConverter, Object?> { const _MetadataConverter(); diff --git a/pubspec.yaml b/pubspec.yaml index 76da961..2739e7f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: conduit description: Open-source mobile client for Open-WebUI -version: 2.1.3+28 +version: 2.1.4+29 publish_to: 'none' environment: