Skip to content

Commit

Permalink
version changed to 1.0.0
Browse files Browse the repository at this point in the history
readme file updated
  • Loading branch information
thangmam committed Sep 4, 2018
1 parent 2f80afd commit 0a5510a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In your flutter project add the dependency:
```
dependencies:
...
smooth_star_rating: ^0.0.4
smooth_star_rating: 1.0.0
```

## Usage example
Expand All @@ -20,7 +20,7 @@ import 'package:smooth_star_rating/smooth_star_rating.dart';
```

```java
StarRating(
SmoothStarRating(
allowHalfRating: false,
onRatingChanged: (v) {
rating = v;
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: 0.0.4
version: 1.0.0
author: Thangmam <infimatet@gmail.com>
homepage: https://github.com/thangmam/smoothratingbar.git

Expand Down

0 comments on commit 0a5510a

Please sign in to comment.