Skip to content

Commit

Permalink
Bump version to 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Nov 22, 2022
1 parent 1f98ff7 commit 0c6fc62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ packages:
path: ".."
relative: true
source: path
version: "6.1.0"
version: "6.1.1"
flex_seed_scheme:
dependency: "direct main"
description:
Expand Down Expand Up @@ -370,14 +370,14 @@ packages:
name: url_launcher
url: "https://pub.dartlang.org"
source: hosted
version: "6.1.6"
version: "6.1.7"
url_launcher_android:
dependency: transitive
description:
name: url_launcher_android
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.21"
version: "6.0.22"
url_launcher_ios:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flex_color_scheme_example
description: Examples that demonstrate how to use the FlexColorScheme package.
version: 6.1.0
version: 6.1.1
publish_to: 'none'
environment:
sdk: '>=2.18.0 <3.0.0'
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: flex_color_scheme
description: A Flutter package to use and make beautiful Material design based themes.
version: 6.1.0
version: 6.1.1
homepage: https://docs.flexcolorscheme.com
repository: https://github.com/rydmike/flex_color_scheme
issue_tracker: https://github.com/rydmike/flex_color_scheme/issues
Expand Down

0 comments on commit 0c6fc62

Please sign in to comment.