Skip to content

Commit

Permalink
chore(version): increment version to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat committed Feb 19, 2023
1 parent f78bf7e commit ca7ef1a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# **v0.5.0** :

- *Features* :
- Can now set a theme
- Display of the app info
- *Fix* :
- Final properties set two times made the app crash
- *UI* :
- Whole new design identity
- Use of Material 3

***
# **v0.0.1** :

- Initial release for testing purposes
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Mobile app to get the closing and opening schedules of the Chaban D

publish_to: 'none'

version: 0.0.1
version: 0.5.0

environment:
sdk: ">=2.17.6 <3.0.0"
Expand Down Expand Up @@ -40,6 +40,7 @@ flutter:
uses-material-design: true
assets:
- assets/images/chabo_icon.png
- CHANGELOG.md

flutter_icons:
android: true
Expand Down

0 comments on commit ca7ef1a

Please sign in to comment.