From 787302cc4da6d382f276e9d080aa5874dde47ad3 Mon Sep 17 00:00:00 2001 From: Plague Fox Date: Sun, 18 Oct 2020 01:09:00 +0300 Subject: [PATCH] Fix `kListOSWithCupertinoDesign` constant and `isCupertino` flag --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 415253c..176b922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.1.0 - 2020-10-18 +### Changed +- Fix `kListOSWithCupertinoDesign` constant and `isCupertino` flag + + ## 2.0.1 - 2020-09-06 ### Added - Add getters: diff --git a/pubspec.yaml b/pubspec.yaml index 9620b64..10e9562 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: platform_info description: > Contains info about current platform such as Build mode and Operating system -version: 2.0.1 +version: 2.1.0 repository: https://github.com/PlugFox/platform_info/tree/master issue_tracker: https://github.com/PlugFox/platform_info/issues homepage: https://github.com/PlugFox/platform_info