Skip to content

Commit d938962

Browse files
committed
updated version
1 parent 1767482 commit d938962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script lang="ts">
22
import { onMount } from 'svelte';
3-
const VERSION = '1.11';
3+
const VERSION = '1.12';
44
55
import Card from '$lib/components/Card.svelte';
66
import News from '$lib/components/News.svelte';
@@ -97,7 +97,7 @@
9797
<p>Bruce runs seamlessly on M5Stack, LilyGo, and other ESP32-based devices.</p>
9898
</Card>
9999
<Card size="xs">
100-
<h3 class="mt-3 mb-3 text-lg font-bold">📶 Wi-Fi Attacks</h3>
100+
<h3 class="mt-3 mb-3 text-lg font-bold">📶 2.4/5Ghz Wi-Fi Attacks</h3>
101101
<p>
102102
Supports Evil Portal, Wardriving, EAPOL handshake capture, Deauth
103103
<b><a href="https://github.com/pr3y/bruce/?tab=readme-ov-file#wifi" target="_blank">and more</a></b>.

0 commit comments

Comments
 (0)