Skip to content

Commit

Permalink
Change extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
AminBhst committed Dec 31, 2024
1 parent 666dbda commit 85ecf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/browser_extension/browser_extension_server.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import 'package:window_manager/window_manager.dart';
class BrowserExtensionServer {
static bool _isServerRunning = false;
static bool _cancelClicked = false;
static const String extensionVersion = "2.0.0";
static const String extensionVersion = "1.2.0";

static void setup(BuildContext context) async {
if (_isServerRunning) return;
Expand Down

0 comments on commit 85ecf21

Please sign in to comment.