From 077820d634e9a3dabba23cca0c46f1677e148d82 Mon Sep 17 00:00:00 2001 From: Midori Date: Thu, 16 May 2024 16:07:47 +0900 Subject: [PATCH] Update to 1.0.1 --- CHANGELOG.md | 5 +++++ example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b5285..bff6231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.0.1 + +* Fix compatibility in Android <29 [#15](https://github.com/natsuk4ze/compassx/pull/14) +* Update minSdk to 21 in Android [#16](https://github.com/natsuk4ze/compassx/pull/16) + ## 1.0.0 * Update minSdk to 23 in Android [#9](https://github.com/natsuk4ze/compassx/pull/9) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 655d013..dc1f15b 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: compassx_example description: "Demonstrates how to use the compassx plugin." -version: 1.0.0 +version: 1.0.1 publish_to: none environment: diff --git a/pubspec.yaml b/pubspec.yaml index eef3905..2d3a226 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: compassx description: "Flutter compass plugin offering true heading, accuracy, and calibration needs." -version: 1.0.0 +version: 1.0.1 homepage: https://pub.dev/packages/compassx repository: https://github.com/natsuk4ze/compassx documentation: https://github.com/natsuk4ze/compassx/wiki