From 689b6d52c281497dc3fd6a5255ac094729924812 Mon Sep 17 00:00:00 2001 From: Mark Hu Date: Fri, 12 Mar 2021 17:45:41 +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 232a8be..310cdf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.3.2] - 01/09/2021 + +* Fixed some bugs + ## [0.3.1] - 01/08/2021 * Add cropped area. diff --git a/README.md b/README.md index 4c654ca..3f4999b 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.3.1 + panorama: ^0.3.2 ``` Import and add the Panorama widget to your project. diff --git a/pubspec.yaml b/pubspec.yaml index 4fd00f7..b2ed630 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: