diff --git a/CHANGELOG.md b/CHANGELOG.md index e737507..12e54a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.5.0 +* Upgrade + ## 0.4.1 * Added `toWrap` * Added padding parameter to `scrollable` diff --git a/pubspec.yaml b/pubspec.yaml index e36ea68..2dae148 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ name: styled_widget description: Simplifying your widget tree structure by defining widget using methods. Taking ispiration from CSS and SwiftUI -version: 0.4.1 +version: 0.5.0 homepage: https://github.com/ReinBentdal/styled_widget repository: https://github.com/ReinBentdal/styled_widget environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ">=3.0.0 <4.0.0" dependencies: flutter: @@ -15,4 +15,4 @@ dev_dependencies: flutter_test: sdk: flutter - lint: ^2.0.0 + lint: ^2.1.2