From 07964e5e969d810635f9c4bbdad72dddef7c3684 Mon Sep 17 00:00:00 2001 From: Thomas Klein Langenhorst Date: Wed, 14 Dec 2022 14:29:08 +0100 Subject: [PATCH] set version in pubspec to 0.2.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 6def031..ccfef85 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: carousel description: card carousel -version: 0.1.0 +version: 0.2.0 environment: sdk: ">=2.17.6 <3.0.0"