Skip to content

Commit

Permalink
Update version to v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadyBoukhary committed Jul 19, 2024
1 parent c5d7d2c commit 0ec7877
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [6.0.1] - Tuesday, July 17th, 2024
- Update RX dependency to latest

## [6.0.0] - Tuesday, July 2nd, 2024
- Migrate to Dart 3

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add this to your package's pubspec.yaml file:
```yaml

dependencies:
flutter_clean_architecture: ^6.0.0
flutter_clean_architecture: ^6.0.1

```

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: flutter_clean_architecture
description: A Flutter package that implements the Clean Architecture by Uncle Bob in Flutter. It provides Views, Controllers, Presenters, Observers, and UseCases.
version: 6.0.0
version: 6.0.1
homepage: https://github.com/ShadyBoukhary/flutter_clean_architecture

environment:
Expand Down

0 comments on commit 0ec7877

Please sign in to comment.