Skip to content

Commit

Permalink
Merge pull request #2 from moazelsawaf/develop
Browse files Browse the repository at this point in the history
🔖 release version 1.0.2+3
  • Loading branch information
moazelsawaf authored Mar 27, 2023
2 parents 5ecbff6 + 8e75699 commit 286c810
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/ui/screens/home_screen/home_screen_desktop.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class HomeScreenDesktop extends StatelessWidget {
child: Padding(
padding: const EdgeInsets.symmetric(
horizontal: 120,
vertical: 48,
vertical: 32,
),
child: Align(
alignment: Alignment.centerLeft,
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/widgets/credits.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Credits extends StatelessWidget {
),
const SizedBox(height: 6),
Text(
'V 1.0.0 - Copyright © 2023 All Rights Reserved',
'V 1.0.2 - Copyright © 2023 All Rights Reserved',
style: TextStyle(
color: color,
fontSize: 12,
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: Made with Flutter is an open source tool that lets you know if an A

publish_to: "none"

version: 1.0.1+2
version: 1.0.2+3

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

0 comments on commit 286c810

Please sign in to comment.