chore: bump version to 2.1.4
This commit is contained in:
@@ -26,7 +26,6 @@ sealed class Conversation with _$Conversation {
|
|||||||
_$ConversationFromJson(json);
|
_$ConversationFromJson(json);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Custom converter to handle Map<dynamic, dynamic> from storage
|
|
||||||
class _MetadataConverter
|
class _MetadataConverter
|
||||||
implements JsonConverter<Map<String, dynamic>, Object?> {
|
implements JsonConverter<Map<String, dynamic>, Object?> {
|
||||||
const _MetadataConverter();
|
const _MetadataConverter();
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: conduit
|
name: conduit
|
||||||
description: Open-source mobile client for Open-WebUI
|
description: Open-source mobile client for Open-WebUI
|
||||||
version: 2.1.3+28
|
version: 2.1.4+29
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user