bump browser version on download page

This commit is contained in:
Face
2025-09-11 18:30:16 +03:00
parent 4d71e40a4a
commit fb9b398979
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[Setup]
AppName=Flumi
AppVersion=1.0.0
AppVersion=1.0.2
AppPublisher=Outpoot
AppPublisherURL=https://github.com/gurted/flumi
AppSupportURL=https://github.com/gurted/flumi/issues

View File

@@ -22,7 +22,7 @@
} from 'lucide-svelte';
import Navbar from '$lib/components/Navbar.svelte';
const version = '1.0.1';
const version = '1.0.2';
</script>
<svelte:head>