Skip to content

Commit

Permalink
Update version in main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
aerocyber committed Mar 31, 2024
1 parent e2d5850 commit 2489ade
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ class _SitemarkerHomeState extends State<SitemarkerHome> {
"https://api.github.com/repos/aerocyber/sitemarker/releases/latest";

void _updateNotify() async {
PackageInfo pkg = await PackageInfo.fromPlatform();
version = pkg.version;
version = '2.0.0';

final Uri url = Uri.parse(updateUrl);
try {
Expand Down

0 comments on commit 2489ade

Please sign in to comment.