From cb672c9b6e9b47eec8836ab6c72c8f4a6700ab24 Mon Sep 17 00:00:00 2001 From: anfeichtinger <anfeichtingers@gmail.com> Date: Sat, 19 Jun 2021 17:58:08 +0200 Subject: [PATCH] Version increase for release. --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 85ba8ee9..7020d5c9 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: 0.0.1+1 +version: 0.0.2+1 environment: sdk: ">=2.12.0 <3.0.0" @@ -49,7 +49,7 @@ flutter: # The following line ensures that the Material Icons font is # included with your application, so that you can use the icons in # the material Icons class. - uses-material-design: false + # uses-material-design: false assets: - assets/translations/ -- GitLab