Skip to content

Commit

Permalink
Update README and sample
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdi-malv committed May 27, 2020
1 parent 84f7403 commit 3e16876
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
cd example
chmod +x renamer
./renamer --source . -x .yaml -c "pushe_flutter:" "pushe_flutter: ^2.1.0" -c " path: ../" ""
./renamer --source . -x .yaml -c "pushe_flutter:" "pushe_flutter: ^2.1.1" -c " path: ../" ""
rm renamer
cd ..
- name: Push sample
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Add the plugin to `pubspec.yaml`:

```yaml
dependencies:
pushe_flutter: 2.1.1-beta08
pushe_flutter: $latest
```
* If you want to use the latest version, not necessarily released, you can use the github source code.
Expand Down
2 changes: 1 addition & 1 deletion example/lib/pushe_sample.dart
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class _PusheSampleState extends State<PusheSampleWidget> {
bottom: PreferredSize(
child: Padding(
padding: EdgeInsets.fromLTRB(0, 0, 0, 2),
child: Text('Flutter plugin: 2.1.0',
child: Text('Flutter plugin: 2.1.1',
style: TextStyle(color: Colors.white)),
),
preferredSize: null),
Expand Down

0 comments on commit 3e16876

Please sign in to comment.