Skip to content

Commit

Permalink
bump 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bipinkrish committed Sep 24, 2023
1 parent 8606cfa commit 3bd611a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import 'package:path_provider/path_provider.dart';

////////////////////////////////////////////////////////////// Constants
const String version = "v1.3.1";
const String version = "v1.3.2";
const String copyright = "© 2023 Bipin";
const Color mainColor = Colors.deepOrange;
bool isComputer = Platform.isWindows || Platform.isLinux || Platform.isMacOS;
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: localconnect
description: A new Flutter project.
publish_to: 'none'
version: 1.3.1+2
version: 1.3.2+2

environment:
sdk: '>=3.1.0 <4.0.0'
Expand Down

0 comments on commit 3bd611a

Please sign in to comment.