Skip to content

Commit

Permalink
Bump version to v3.0.1 (#64)
Browse files Browse the repository at this point in the history
* Bump version to v3.0.1

* conf: fixed firebase deployment workflows
  • Loading branch information
aagarwal1012 authored Jan 10, 2022
1 parent 218aada commit dbda2f5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_LIQUID_PULL_TO_REFRESH }}'
channelId: live
projectId: liquid-pull-to-refresh
entryPoint: "./example"
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ jobs:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_LIQUID_PULL_TO_REFRESH }}'
projectId: liquid-pull-to-refresh
entryPoint: "./example"
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.1
* Fixed Deprecated Methods that are no longer used.
* General code cleanup.

## 3.0.0
* Added Null Safety to the package.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Add this to your package's `pubspec.yaml` file:

```yaml
dependencies:
liquid_pull_to_refresh: ^3.0.0
liquid_pull_to_refresh: ^3.0.1
```
### 2. Install it
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: liquid_pull_to_refresh
description: A beautiful and custom refresh indicator with some cool animations and transitions for flutter.
version: 3.0.0
version: 3.0.1
homepage: https://github.com/aagarwal1012/Liquid-Pull-To-Refresh/

environment:
Expand Down

0 comments on commit dbda2f5

Please sign in to comment.