update version info
This commit is contained in:
parent
71c60bfd23
commit
18c69dfb73
3 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
## [0.1.2] - 02/22/2020
|
||||
|
||||
* Fixed some bugs of sensor control.
|
||||
|
||||
## [0.1.0] - 02/22/2020
|
||||
|
||||
* Add sensor control.
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ Add panorama as a dependency in your pubspec.yaml file.
|
|||
|
||||
```yaml
|
||||
dependencies:
|
||||
panorama: ^0.1.0
|
||||
panorama: ^0.1.2
|
||||
```
|
||||
|
||||
Import and add the Panorama widget to your project.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: panorama
|
||||
description: Panorama -- A 360-degree panorama viewer.
|
||||
version: 0.1.0
|
||||
version: 0.1.2
|
||||
homepage: https://github.com/zesage/panorama
|
||||
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue