Skip to content

Commit

Permalink
Avanzato il numero di versione.
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliodallatorre committed May 22, 2021
1 parent 3acb279 commit 6596784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/interface/screen/home_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ class _HomeScreenState extends State<HomeScreen> {
applicationName: References.appName,
applicationLegalese: References.copyrightString,
// TODO: Tenere aggiornata questa stringa.
applicationVersion: "v0.1.0",
applicationVersion: "v0.3.0",
aboutBoxChildren: [
Text(S.current.appAbout),
],
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Un'app per l'interscambio di libri - scolastici e non.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev


version: 0.2.1+25
version: 0.3.0+26


environment:
Expand Down

0 comments on commit 6596784

Please sign in to comment.