Skip to content

Commit

Permalink
Merge pull request #10 from natsuk4ze/Update-to-1.0.0
Browse files Browse the repository at this point in the history
Upgrade to 1.0.0
  • Loading branch information
natsuk4ze authored Mar 28, 2024
2 parents 4ae6cfc + 66131c7 commit cf49b2a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.0

* Update minSdk to 23 in Android [#9](https://github.com/natsuk4ze/compassx/pull/9)
* Add CompassXException [#5](https://github.com/natsuk4ze/compassx/pull/5)
* Fix Java 17 compatibility

## 0.0.2

* Fix documentation comments
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: compassx_example
description: "Demonstrates how to use the compassx plugin."
version: 0.0.2
version: 1.0.0
publish_to: none

environment:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: compassx
description: "Flutter compass plugin offering true heading, accuracy, and calibration needs."
version: 0.0.2
version: 1.0.0
homepage: https://pub.dev/packages/compassx
repository: https://github.com/natsuk4ze/compassx
documentation: https://github.com/natsuk4ze/compassx/wiki
Expand Down

0 comments on commit cf49b2a

Please sign in to comment.