Skip to content

Commit 0f921ec

Browse files
committed
Fix release on pub.dev
1 parent 2105a61 commit 0f921ec

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.1
2+
3+
- Fix release on `pub.dev`
4+
15
## 1.4.0
26

37
- Update to Flutter 2.5

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies:
3939
firebase_auth: ^3.1.1
4040
firebase_core: ^1.6.0
4141
firebase_storage: ^10.0.3
42-
flutter_chat_ui: ^1.4.0
42+
flutter_chat_ui: ^1.4.1
4343
flutter_firebase_chat_core:
4444
path: ../
4545
http: ^0.13.3

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_firebase_chat_core
22
description: >
33
Actively maintained, community-driven Firebase BaaS for chat applications
44
with an optional chat UI.
5-
version: 1.4.0
5+
version: 1.4.1
66
homepage: https://flyer.chat
77
repository: https://github.com/flyerhq/flutter_firebase_chat_core
88

@@ -15,8 +15,8 @@ dependencies:
1515
sdk: flutter
1616
cloud_firestore: ^2.5.2
1717
firebase_auth: ^3.1.1
18-
flutter_chat_types: ^3.1.0
19-
meta: ^1.7.0
18+
flutter_chat_types: ^3.1.2
19+
meta: ^1.3.0
2020

2121
dev_dependencies:
2222
flutter_lints: ^1.0.4

0 commit comments

Comments
 (0)