Skip to content

Commit

Permalink
[Build] Version 1.0.0, Changed how build number is presented (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
JagandeepBrar committed Jan 30, 2020
1 parent 8113a6a commit be0b475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pages/settings/subpages/general/tabs/lunasea.dart
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class _State extends State<LunaSea> {
Elements.getDivider(),
Card(
child: ListTile(
title: Elements.getTitle('Version: $_version+$_buildNumber'),
title: Elements.getTitle('Version: $_version ($_buildNumber)'),
subtitle: Elements.getSubtitle('View recent changes in LunaSea'),
trailing: IconButton(
icon: Elements.getIcon(Icons.system_update),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: lunasea
description: iOS Usenet Manager
version: 0.4.1+1
version: 1.0.0+1

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

0 comments on commit be0b475

Please sign in to comment.