Skip to content

Commit 0cbaa4b

Browse files
committed
new version
1 parent b5366af commit 0cbaa4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

flutter_modular/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [4.0.0+5] - 2021-09-16
1+
## [4.0.0+6] - 2021-09-16
22

33
* New documentation is here! [https://modular.flutterando.com.br](https://modular.flutterando.com.br).
44
* Modular design now uses Layered Architecture (Clean Architecture) with 100% code coverage.

flutter_modular/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_modular
22
description: Smart project structure with dependency injection and route management
3-
version: 4.0.0+5
3+
version: 4.0.0+6
44
homepage: https://github.com/Flutterando/modular
55

66
environment:
@@ -9,7 +9,7 @@ environment:
99
dependencies:
1010
flutter_modular_annotations: ^0.0.2
1111
triple: ">=1.3.0+2 <2.0.0"
12-
modular_core: ">=1.0.0+2 <=2.0.0"
12+
modular_core: ">=1.0.1 <=2.0.0"
1313
meta: ">=1.3.0 <2.0.0"
1414
flutter:
1515
sdk: flutter

0 commit comments

Comments
 (0)