Skip to content

Commit d3c80c9

Browse files
committed
chore: bump version to 0.1.0
1 parent 1bf0831 commit d3c80c9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## 0.0.1
1+
## [0.1.0] - Initial Release
22

3-
* TODO: Describe initial release.
3+
* Initial release.

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ packages:
8181
path: ".."
8282
relative: true
8383
source: path
84-
version: "0.0.1"
84+
version: "0.1.0"
8585
flutter_test:
8686
dependency: "direct dev"
8787
description: flutter

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_rotation_sensor
22
description: >
33
A package provides a stream of device's orientation in three different representations: a rotation
44
matrix, a quaternion, and Euler angles (azimuth, pitch, roll).
5-
version: 0.0.1
5+
version: 0.1.0
66
repository: https://github.com/tlserver/flutter_rotation_sensor
77

88
environment:

0 commit comments

Comments
 (0)