From 39994ab244dd29cb2327453d97930521431292a1 Mon Sep 17 00:00:00 2001 From: Mark Hu Date: Tue, 29 Dec 2020 14:10:51 +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 62381dc..1b61eac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.2.1] - 12/29/2020 + +* Fixed isFinite exception. +* Speed up texture loading. + ## [0.2.0] - 12/29/2020 * Add hotspots. diff --git a/README.md b/README.md index cebe011..0207edf 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.2.0 + panorama: ^0.2.1 ``` Import and add the Panorama widget to your project. diff --git a/pubspec.yaml b/pubspec.yaml index e2b41f1..f3b3060 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: panorama description: Panorama -- A 360-degree panorama viewer. -version: 0.2.0 +version: 0.2.1 homepage: https://github.com/zesage/panorama environment: