Skip to content

Commit

Permalink
chore: Bump to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fujidaiti committed Dec 14, 2023
1 parent 4616a5f commit 6b75841
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.4.0 December 14, 2023

- Bump the minimum flutter version to 3.16.0 ([#21](https://github.com/fujidaiti/primer_progress_bar/issues/21))

## 0.3.1 December 10, 2023

- Fix: `TextPainter.textScaleFactor` is deprecated
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add this package to your `pubspec.yaml`.

```yaml
dependencies:
primer_progress_bar: ^0.3.0
primer_progress_bar: ^0.4.0
```
Alternatively, you can use `flutter` command like:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: example
description: An example usage of primer_progress_bar.
publish_to: "none"

version: 0.2.1
version: 0.4.0

environment:
sdk: ">=3.0.5 <4.0.0"
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: primer_progress_bar
description: Unofficial Flutter implementation of the progress bar defined in GitHub Primer Design System.
version: 0.3.1
version: 0.4.0
repository: https://github.com/fujidaiti/primer_progress_bar.git

environment:
Expand Down

0 comments on commit 6b75841

Please sign in to comment.