diff --git a/lib/kill_switch/screen_killswitch.dart b/lib/kill_switch/screen_killswitch.dart index c4afec8..b8f3042 100644 --- a/lib/kill_switch/screen_killswitch.dart +++ b/lib/kill_switch/screen_killswitch.dart @@ -5,7 +5,7 @@ import '../monitor/monitor2app.dart'; import 'package:url_launcher/url_launcher.dart'; const String securityURL = - "https://ididit.bymycode.com/supercodeur/monitor2/isSoftwareActive_.0.0.txt"; + "https://ididit.bymycode.com/supercodeur/monitor2/isSoftwareActive_1.0.0.txt"; class KillSwitchHomePage extends StatefulWidget { const KillSwitchHomePage({super.key});