From 72edf9b99e99e0a62d60931b0638500694d763fb Mon Sep 17 00:00:00 2001 From: thangrobul infimate Date: Sun, 29 Dec 2019 18:36:59 +0530 Subject: [PATCH] version incremented readme and changelog modified --- CHANGELOG.md | 3 +++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa113df..0dacae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index a6753ef..860e3aa 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 0b993f2..95dc17e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: