Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlukaa committed May 10, 2023
1 parent 7021f64 commit c1d2406
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: flutter pub get

- name: Check formatting
run: flutter format --set-exit-if-changed .
run: dart format --set-exit-if-changed .

- name: Run analysis
run: flutter analyze
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ packages:
path: ".."
relative: true
source: path
version: "4.5.1"
version: "4.6.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -587,5 +587,5 @@ packages:
source: hosted
version: "3.1.1"
sdks:
dart: ">=3.0.0-0 <4.0.0"
flutter: ">=3.7.0"
dart: ">=3.0.0-0 <=3.0.0"
flutter: ">=3.10.0"
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -366,5 +366,5 @@ packages:
source: hosted
version: "3.1.1"
sdks:
dart: ">=3.0.0-0 <4.0.0"
flutter: ">=3.7.0"
dart: ">=3.0.0-0 <=3.0.0"
flutter: ">=3.10.0"
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: fluent_ui
description: Implements Windows UI in Flutter. Based on the official documentation
version: 4.5.1
version: 4.6.0
homepage: https://github.com/bdlukaa/fluent_ui

environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.7.0"
sdk: ">=2.17.0 <=3.0.0"
flutter: ">=3.10.0"

dependencies:
flutter:
Expand Down

0 comments on commit c1d2406

Please sign in to comment.