From 7f893178dd16a28fa3eeb18e04bfb7d51adfc5e0 Mon Sep 17 00:00:00 2001 From: netharu methmitha Date: Sat, 16 Apr 2022 19:59:05 +0530 Subject: [PATCH] version update changes - fixed the rendering issue we had with the last release --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index ac475c2..1a92b1d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.2+1 +version: 1.0.2+2 environment: sdk: ">=2.16.2 <3.0.0"