From ff4f6ae432ab8b5828e0af0826785319f0338b36 Mon Sep 17 00:00:00 2001 From: Mark Hu Date: Tue, 29 Dec 2020 01:09:52 +0800 Subject: [PATCH] update version info --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 521d911..62381dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.2.0] - 12/29/2020 + +* Add hotspots. + ## [0.1.2] - 02/22/2020 * Fixed some bugs of sensor control. diff --git a/README.md b/README.md index c56acaf..cebe011 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.1.2 + panorama: ^0.2.0 ``` Import and add the Panorama widget to your project. diff --git a/pubspec.yaml b/pubspec.yaml index 8be86c6..e2b41f1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: panorama description: Panorama -- A 360-degree panorama viewer. -version: 0.1.2 +version: 0.2.0 homepage: https://github.com/zesage/panorama environment: