Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofKekesi committed Jul 19, 2020
1 parent b456622 commit 2a25f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/widgets/drawer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class customDrawer extends StatelessWidget {
void autoAboutDialog(context) {
showAboutDialog(
context: context,
applicationVersion: '0.2.0',
applicationVersion: '0.2.2',
applicationName: 'Elements',
applicationLegalese: 'Kristóf Kékesi');
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A modern app to track the cemistry's elements. Including all 118 el

publish_to: 'none'

version: 0.2.1+6
version: 0.2.1+7

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

0 comments on commit 2a25f2e

Please sign in to comment.