Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
seosh817 committed Oct 6, 2022
1 parent 95796c8 commit 6e42dc5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ reformat dart code and edit README.md

## 1.0.2

Fix bug: Fix progress not updated bug
Fix bug: Fix progress not updated bug

## 1.0.3

- Fix bug: Fix progress not updated bug
- Add animation description
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Add this to your package's `pubspec.yaml` file:

```yaml
dependencies:
circular_seek_bar: ^1.0.2
circular_seek_bar: ^1.0.3
```
or
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: circular_seek_bar
description: Circular seek bar package for flutter that supports customizable animations, dashes, and gradients.
version: 1.0.2
version: 1.0.3
repository: https://github.com/seosh817/Flutter_CircularSeekBar

environment:
Expand Down

0 comments on commit 6e42dc5

Please sign in to comment.