Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandram-Dutta committed Jul 1, 2023
1 parent 86a3f01 commit 0016bcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/presentation/pages/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class _HomePageState extends ConsumerState<HomePage> {
fit: BoxFit.fitWidth,
),
applicationName: "Flutter Icon Browser",
applicationVersion: "1.0.1",
applicationVersion: "1.0.2",
applicationLegalese:
"Chandram Dutta © 2023 - BSD-3-Clause License",
);
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_icon_browser
description: The misssing icon browser for Flutter.
publish_to: "none"
version: 1.0.1
version: 1.0.2

environment:
sdk: ">=3.0.2 <4.0.0"
Expand Down

0 comments on commit 0016bcb

Please sign in to comment.