From 7644eafa30f61b8928d540e158929e2c221c4cfa Mon Sep 17 00:00:00 2001 From: Niels Gorter Date: Tue, 26 Sep 2023 11:56:03 +0200 Subject: [PATCH] fix version --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ddbe9c..3108176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.3.0 +* Added option for backwards infinite scrolling and intial page + ## 0.1.0 * add opacity as an option to the card transform diff --git a/pubspec.yaml b/pubspec.yaml index ccfef85..f0177f6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: carousel description: card carousel -version: 0.2.0 +version: 0.3.0 environment: sdk: ">=2.17.6 <3.0.0"