update version info
This commit is contained in:
parent
c95857ef72
commit
689b6d52c2
3 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
## [0.3.2] - 01/09/2021
|
||||
|
||||
* Fixed some bugs
|
||||
|
||||
## [0.3.1] - 01/08/2021
|
||||
|
||||
* Add cropped area.
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ Add panorama as a dependency in your pubspec.yaml file.
|
|||
|
||||
```yaml
|
||||
dependencies:
|
||||
panorama: ^0.3.1
|
||||
panorama: ^0.3.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.3.1
|
||||
version: 0.3.2
|
||||
homepage: https://github.com/zesage/panorama
|
||||
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue