From 915d7da79d8f9d6b9f7a45ece44d3be4922a120d Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 8 May 2025 14:32:13 +0300 Subject: [PATCH] chore: prepare for v1.3.0 --- lib/main.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index e465b13..fca304c 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -158,7 +158,7 @@ class HomePage extends StatelessWidget { : Container(), ], ), - const Text("v1.2.1") + const Text("v1.3.0") ], ), ) diff --git a/pubspec.yaml b/pubspec.yaml index ae1ab9d..20e40b7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.2.1+2 +version: 1.3.0+3 environment: sdk: ">=3.4.3 <4.0.0"