Skip to content

Commit bfe8428

Browse files
committed
Bump version
1 parent d84b57e commit bfe8428

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
## [1.1.0] 2022-07-22
1+
## 1.1.1
2+
3+
- FIX: Demo video not visible in readme
4+
5+
## 1.1.0
26

37
- FEAT: added optional property `controller`
48

5-
## [1.0.0] 2022-07-08
9+
## 1.0.0
610

711
- Initial Public Release
812
- Supports `Firestore` and `Realtime Database` pagination.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A simple and effective way to **Paginate** Firebase related data.
2525
#### Add to Dependencies
2626

2727
```yaml
28-
firebase_pagination: ^1.0.0
28+
firebase_pagination: ^1.1.1
2929
```
3030
3131
#### Import the package

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: firebase_pagination
22
description: A flutter package to paginate realtime database and firestore with realtime updates.
3-
version: 1.1.0
3+
version: 1.1.1
44
homepage: https://outdatedguy.rocks
55
repository: https://github.com/OutdatedGuy/firebase_pagination
66

0 commit comments

Comments
 (0)