Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
kekko7072 committed Mar 6, 2023
1 parent 88f7c02 commit fbc5cc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/interfaces/about_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Future<void> showAboutApp(BuildContext context) async =>
applicationLegalese:
'Copyright © Simone Porcari | Riccardo Rettore | Francesco Vezzani, {{ year }}',
applicationDescription: const Text(
'Make managing your links quick and easy!\n\nThe Link Management System app makes it easy to store and manage all of your important links.\nManage your entire link library with the app’s intuitive organisation system, which allows you to quickly find and open links by description or title.\nYou can also add code snippets and fast copy them and use in the fastest way.'),
'Make managing your links quick and easy!\n\nThe Link Management System app makes it easy to store and manage all of your important links. Manage your entire link library with the app’s intuitive organisation system, which allows you to quickly find and open links by description or title.\nYou can also add code snippets and fast copy them and use in the fastest way.'),
children: <Widget>[
const MarkdownPageListTile(
icon: Icon(Icons.list),
Expand Down
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: Link Management System

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 0.0.3+5
version: 0.0.4+6

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

0 comments on commit fbc5cc1

Please sign in to comment.