Skip to content

Commit

Permalink
pubspec, readMe and changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
thenifemi committed Jan 31, 2024
1 parent 11b601f commit 9641a5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.6

- Updated for Flutter 3.16.9, Bug fixes and improvements.

## 0.1.5

- `userVotedOptionId` type changed from `int` to `String`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency:
```yaml
dependencies:
...
flutter_polls: ^0.1.5
flutter_polls: ^0.1.6
```

Import 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: flutter_polls
description: Customizable Polls for Flutter. Simple, easy to use and highly customizable.
version: 0.1.5
version: 0.1.6
homepage: https://github.com/thenifemi/flutter_polls

environment:
Expand Down

0 comments on commit 9641a5c

Please sign in to comment.