Skip to content

Commit

Permalink
Add changelog item, bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelspiss committed Feb 10, 2023
1 parent c116c54 commit 44ea1db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 10.4.0
* Upgrade to Font Awesome 6.3.0
* Fix: doc misspells function - thanks @ulrikkold !

## 10.3.0
* Upgrade to Font Awesome 6.2.1
* Fix #227: fix deprecated isAlwaysShown property
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: The Font Awesome Icon pack available as Flutter Icons. Provides 160
maintainer: Michael Spiss (@michaelspiss)
repository: https://github.com/fluttercommunity/font_awesome_flutter
issue_tracker: https://github.com/fluttercommunity/font_awesome_flutter/issues
version: 10.3.0
version: 10.4.0

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down Expand Up @@ -43,4 +43,4 @@ flutter:
# - family: FontAwesomeThin
# fonts:
# - asset: lib/fonts/fa-thin-100.ttf
# weight: 100
# weight: 100

0 comments on commit 44ea1db

Please sign in to comment.