diff --git a/CHANGELOG.md b/CHANGELOG.md index 41cc7d8..881d709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## 0.0.1 +## [0.1.0] - Initial Release -* TODO: Describe initial release. +* Initial release. diff --git a/example/pubspec.lock b/example/pubspec.lock index 2fc249e..a8096fe 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -81,7 +81,7 @@ packages: path: ".." relative: true source: path - version: "0.0.1" + version: "0.1.0" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 6640715..be9c6b4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_rotation_sensor description: > A package provides a stream of device's orientation in three different representations: a rotation matrix, a quaternion, and Euler angles (azimuth, pitch, roll). -version: 0.0.1 +version: 0.1.0 repository: https://github.com/tlserver/flutter_rotation_sensor environment: