Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Puepis committed Jan 21, 2021
1 parent b5d624d commit 863998a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

# 2.0.1
- Fixed a bug affecting app launch for expired tokens

# 2.0.0

## Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion lib/presentation/home/drawer/app_drawer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class AppDrawer extends StatelessWidget {
style: TextStyle(fontSize: 15.0),
),
Text(
'v2.0.0',
'v2.0.1',
style: TextStyle(
fontSize: 15.0,
color: hintColor,
Expand Down
2 changes: 1 addition & 1 deletion lib/presentation/legal/legal_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class LegalPage extends StatelessWidget {
title: const Text("Software Licenses"),
onTap: () => showLicensePage(
context: context,
applicationVersion: '2.0.0',
applicationVersion: '2.0.1',
),
)
],
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: foodprint
description: The app for foodies

version: 2.0.0+2
version: 2.0.1+3

environment:
sdk: ">=2.6.0 <3.0.0"
Expand Down

0 comments on commit 863998a

Please sign in to comment.