Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kriticalflare committed Jan 12, 2020
1 parent 9123fbe commit 266f5e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/screens/container_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class _ContainerPageState extends State<ContainerPage> {
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',
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 266f5e8

Please sign in to comment.