Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
halildurmus committed Sep 16, 2021
1 parent 11eac41 commit b9838e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
## 3.0.0

- Refactor the whole app
- Refactor localization
- Bump dependencies
- Override toString() in Bmi class
- Use flutter_lints package for linter

## 2.0.0

- Migrate to null safety (#2)
- Refactor the whole app (#2)
- Add support for changing app language from inside the app (#2)
- Migrate to null safety
- Refactor the whole app
- Add support for changing app language from inside the app

## 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: bmi_calculator
description: A BMI calculator app developed with Flutter.
publish_to: 'none'
version: 2.0.0+1
version: 3.0.0

environment:
sdk: ">=2.14.0 <3.0.0"
Expand Down

0 comments on commit b9838e8

Please sign in to comment.