From 74225a7b34d342d25011fe01fb10977a9f82d3d0 Mon Sep 17 00:00:00 2001 From: Ray Li Date: Thu, 15 Jun 2023 00:30:51 -0500 Subject: [PATCH] v1.5.0 Release --- pubspec.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 26e296b..be93241 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,11 @@ name: minimal description: A minimalistic Flutter website template for blogs and portfolios. -version: 1.4.0 +version: 1.5.0 publish_to: none environment: - sdk: '>=2.17.0 <3.0.0' + sdk: ">=3.0.0 <4.0.0" + flutter: ">=3.0.0" dependencies: flutter: