From 86bae4901fe577bc0488799e028e981095a2c0d3 Mon Sep 17 00:00:00 2001 From: Dominik Krajcer Date: Mon, 5 Feb 2024 13:01:33 +0100 Subject: [PATCH] bump version to 1.0.0 --- example/pubspec.lock | 2 +- example_with_tests/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 85f147c..290bc3a 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -171,7 +171,7 @@ packages: path: ".." relative: true source: path - version: "0.7.2" + version: "1.0.0" term_glyph: dependency: transitive description: diff --git a/example_with_tests/pubspec.lock b/example_with_tests/pubspec.lock index 324270d..9c0d460 100644 --- a/example_with_tests/pubspec.lock +++ b/example_with_tests/pubspec.lock @@ -179,7 +179,7 @@ packages: path: ".." relative: true source: path - version: "0.7.2" + version: "1.0.0" term_glyph: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index cd1f69f..86aaea2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: system_date_time_format description: A plugin for getting date and time format patterns from device system settings. -version: 0.7.2 +version: 1.0.0 repository: https://github.com/Nikoro/system_date_time_format issue_tracker: https://github.com/Nikoro/system_date_time_format/issues