Skip to content

Commit

Permalink
Merge pull request #225 from edufolly/dev
Browse files Browse the repository at this point in the history
Version 3.0.1.
  • Loading branch information
edufolly authored Mar 31, 2024
2 parents 30d35fd + 4ac7ade commit e6a8513
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.0.1] - 2024-03-31

* Updating Connectivity Plus to ^6.0.1.

## [3.0.0] - 2024-03-31

* Upgrade to Flutter 3.19.0 and Dart 3.3.0.
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ description: A new Flutter project.

publish_to: 'none'

version: 3.0.0+209
version: 3.0.1+210

environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.19.0"

dependencies:
# https://pub.dev/packages/connectivity_plus
connectivity_plus: 6.0.0
connectivity_plus: 6.0.1

flutter:
sdk: flutter
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: folly_fields
description: Basic form fields and utilities.
version: 3.0.0
version: 3.0.1
repository: https://github.com/edufolly/folly_fields/
homepage: https://edufolly.github.io/folly_fields/

Expand All @@ -10,7 +10,7 @@ environment:

dependencies:
# https://pub.dev/packages/connectivity_plus
connectivity_plus: ^6.0.0
connectivity_plus: ^6.0.1

# https://pub.dev/packages/cpf_cnpj_validator
cpf_cnpj_validator: ^2.0.0
Expand Down

0 comments on commit e6a8513

Please sign in to comment.