diff --git a/CHANGELOG.md b/CHANGELOG.md index f61225d..b69c5c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.5.1 - 07 May 2022 + +* Merged PRs for Android and Linux updates + ## 0.5.0 - 03 Oct 2021 * Update Android code to remove deprecation warning diff --git a/README.md b/README.md index 2a4c28f..e167fbb 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ Since GNU/Linux and POSIX doesn't provide a standard API for getting the preferr ## Updates +### May 2022 +Merged pull requests + ### Oct 2021 Updated the code and APIs used by Flutter for an Android plugin - this was the source of the Deprecated API warning in the Android build. diff --git a/lib/devicelocale.dart b/lib/devicelocale.dart index 673551e..f15efe7 100644 --- a/lib/devicelocale.dart +++ b/lib/devicelocale.dart @@ -1,4 +1,4 @@ -/// Copyright (c) 2019-2021, Steve Rogers. All rights reserved. Use of this source code +/// Copyright (c) 2019-2022, Steve Rogers. All rights reserved. Use of this source code /// is governed by an Apache License 2.0 that can be found in the LICENSE file. import 'dart:async'; import 'dart:ui'; diff --git a/pubspec.yaml b/pubspec.yaml index ff9e631..118e507 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: devicelocale description: A Flutter package that can be used to extract the locales that are currently defined on a device with the current locale set as the first in the list. -version: 0.5.0 +version: 0.5.1 homepage: https://github.com/magnatronus/flutter-devicelocale environment: