Skip to content

Commit

Permalink
Update to version 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yadaniyil committed Dec 7, 2020
1 parent 00a9f33 commit cc293dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.1.5] - [November 3, 2020]
## [1.1.5] - [December 7, 2020]
* Add borderSide parameter to customize the badge border
* Fix issue where null border radius was provided

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
In your pubspec.yaml
```yaml
dependencies:
badges: ^1.1.4
badges: ^1.1.5
```
```dart
import 'package:badges/badges.dart';
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: badges
description: A flutter package for creating badges. Badges can be used for an additional marker for any widget, e.g. show a number of items in a shopping cart.
version: 1.1.4
version: 1.1.5
homepage: https://github.com/yadaniyil/flutter_badges

dependencies:
Expand Down

0 comments on commit cc293dd

Please sign in to comment.