update version info
This commit is contained in:
parent
30ab817ee1
commit
7be49de63a
3 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
## [0.4.1] - 03/13/2021
|
||||
|
||||
* Fix hotspots no update
|
||||
* Fix rotation
|
||||
|
||||
## [0.4.0] - 03/13/2021
|
||||
|
||||
* migrate to null safety
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ Add panorama as a dependency in your pubspec.yaml file.
|
|||
|
||||
```yaml
|
||||
dependencies:
|
||||
panorama: ^0.4.0
|
||||
panorama: ^0.4.1
|
||||
```
|
||||
|
||||
Import and add the Panorama widget to your project.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: panorama
|
||||
description: Panorama -- A 360-degree panorama viewer.
|
||||
version: 0.4.0
|
||||
version: 0.4.1
|
||||
homepage: https://github.com/zesage/panorama
|
||||
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue