From 7be49de63aea048279c793e8c010bdb260c67493 Mon Sep 17 00:00:00 2001 From: Mark Hu Date: Fri, 16 Apr 2021 22:50:03 +0800 Subject: [PATCH] update version info --- CHANGELOG.md | 5 +++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e08471..3527e81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 4d2b768..583b0fd 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index 0b1c36b..c734ac5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: