From 020a23d07eb3ed1efdcfe12cbe0e2af9e373730b Mon Sep 17 00:00:00 2001 From: Dhafin Rayhan Date: Wed, 20 Mar 2024 17:07:54 +0700 Subject: [PATCH] Bump version: 1.2.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 1047280..59a4c02 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: dummymart description: "An example Flutter project that uses Riverpod, go_router, Hive, flutter_hooks, and Freezed." publish_to: "none" -version: 1.1.1 +version: 1.2.0 environment: sdk: ">=3.2.0 <4.0.0"