diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b61eac..a7343e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.3.0] - 12/30/2020 + +* Support animated images. + ## [0.2.1] - 12/29/2020 * Fixed isFinite exception. diff --git a/README.md b/README.md index 0207edf..c5922c4 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.1 + panorama: ^0.3.0 ``` Import and add the Panorama widget to your project. diff --git a/pubspec.yaml b/pubspec.yaml index f3b3060..64444a1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: panorama description: Panorama -- A 360-degree panorama viewer. -version: 0.2.1 +version: 0.3.0 homepage: https://github.com/zesage/panorama environment: diff --git a/resource/screenshot.gif b/resource/screenshot.gif index 21ce807..71b7387 100644 Binary files a/resource/screenshot.gif and b/resource/screenshot.gif differ