Skip to content

Commit

Permalink
version incremented
Browse files Browse the repository at this point in the history
readme and changelog modified
  • Loading branch information
thangmam committed Dec 29, 2019
1 parent ee3067f commit 72edf9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [1.0.4+2] - 29/12/2019
### Bug fixed for issue #19 (Another exception was thrown: 'package:flutter/src/rendering/wrap.dart': Failed assertion: line 122 pos 15: 'spacing != null': is not true.)

## [1.0.4] - 26/12/2019
### Added support for replacing default stars icon
### The method 'toDouble' was called on null bug fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In your flutter project add the dependency:
```
dependencies:
...
smooth_star_rating: 1.0.4
smooth_star_rating: 1.0.4+2
```

## Usage example
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: smooth_star_rating
description: A smooth rating bar
version: 1.0.4
version: 1.0.4+2
homepage: https://github.com/thangmam/smoothratingbar.git

environment:
Expand Down

0 comments on commit 72edf9b

Please sign in to comment.