From 266f5e8eb0ee8ac2c955effe7fd1fc6854d589b6 Mon Sep 17 00:00:00 2001 From: kriticalflare <42350771+kriticalflare@users.noreply.github.com> Date: Sun, 12 Jan 2020 17:03:28 +0530 Subject: [PATCH] Bump version for release --- lib/screens/container_page.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/screens/container_page.dart b/lib/screens/container_page.dart index a0bda9d..7e282f4 100644 --- a/lib/screens/container_page.dart +++ b/lib/screens/container_page.dart @@ -44,7 +44,7 @@ class _ContainerPageState extends State { showAboutDialog( context: context, applicationName: 'Sies Library', - applicationVersion: '1.1.0', + applicationVersion: '2.0.0', applicationIcon: Image.asset('assets/appicon.png'), applicationLegalese: 'App by @kriticalflare \n\nUses icons from icons8.com', diff --git a/pubspec.yaml b/pubspec.yaml index 6d7a856..3c8a415 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: A catalog application for SIES GST library # 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.1.0+1 +version: 2.0.0+1 environment: sdk: ">=2.1.0 <3.0.0"