Skip to content

Commit

Permalink
0.7.2
Browse files Browse the repository at this point in the history
* update the SDK constraint

* update CHANGELOG

* bump version to 0.7.2
  • Loading branch information
Nikoro authored Feb 4, 2024
1 parent d9c89b2 commit 6c0b234
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.2

Updated the SDK constraint to '>=2.18.6 <4.0.0'

## 0.7.1

- Fixed attachments in [README](https://github.com/Nikoro/system_date_time_format/blob/main/README.md)
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.7.1"
version: "0.7.2"
term_glyph:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Demonstrates how to use the system_date_time_format plugin.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

environment:
sdk: ">=2.18.4 <3.0.0"
sdk: ">=2.18.4 <4.0.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion example_with_tests/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.7.1"
version: "0.7.2"
term_glyph:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example_with_tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Demonstrates how to use the system_date_time_format plugin with tes
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

environment:
sdk: ">=2.18.4 <3.0.0"
sdk: ">=2.18.4 <4.0.0"

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: system_date_time_format
description: A plugin for getting date and time format patterns from device system settings.
version: 0.7.1
version: 0.7.2
repository: https://github.com/Nikoro/system_date_time_format
issue_tracker: https://github.com/Nikoro/system_date_time_format/issues

environment:
sdk: '>=2.18.6 <3.0.0'
sdk: '>=2.18.6 <4.0.0'
flutter: ">=2.5.0"

dependencies:
Expand Down

0 comments on commit 6c0b234

Please sign in to comment.