Skip to content

Commit

Permalink
Merge pull request #22 from dungngminh/main
Browse files Browse the repository at this point in the history
Pub package version should be consistent and fix ci setup command
  • Loading branch information
4-alok authored Nov 29, 2023
2 parents fe6e341 + 059702f commit 0aa5989
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: flutter packages get

- name: Format
run: flutter format --set-exit-if-changed lib
run: dart format --set-exit-if-changed lib

- name: Analyze
run: flutter analyze --no-pub
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the following line to `pubspec.yaml`:

```yaml
dependencies:
draggable_home: ^1.0.2
draggable_home: ^1.0.5
```
### Basic setup
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: draggable_home
description: Draggable is a library for adding a beautiful draggable home page
version: 1.0.4
version: 1.0.5
repository: https://github.com/4-alok/draggable_home
documentation: https://github.com/4-alok/draggable_home/blob/main/README.md

Expand Down

0 comments on commit 0aa5989

Please sign in to comment.