diff --git a/CHANGELOG.md b/CHANGELOG.md index 80052d6..2446a73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.3 + +* Minor fixes + ## 0.0.2 * Bouncing animation added diff --git a/example/pubspec.lock b/example/pubspec.lock index 6616cea..a0237a1 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -14,7 +14,7 @@ packages: path: ".." relative: true source: path - version: "0.0.2" + version: "0.0.3" boolean_selector: dependency: transitive description: diff --git a/lib/auto_scroll_text.dart b/lib/auto_scroll_text.dart index 00937d7..35121dc 100644 --- a/lib/auto_scroll_text.dart +++ b/lib/auto_scroll_text.dart @@ -98,7 +98,7 @@ class AutoScrollText extends StatefulWidget { /// Limits number of scroll animation rounds. /// - /// Default is [infinity]. + /// Default is infinity. /// /// ### Example: /// diff --git a/pubspec.yaml b/pubspec.yaml index ba5aadb..8f72ff2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: auto_scroll_text description: AutoScrollText is package for users which need a single line text widget without overlaping or TextOverflow.elipsis for long texts. -version: 0.0.2 +version: 0.0.3 homepage: https://github.com/Bomsamdi/auto_scroll_text environment: