Skip to content

Commit 594a527

Browse files
committed
version fix
1 parent 1c2fbb4 commit 594a527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
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.10.2';
3+
const VERSION = '1.11';
44
55
import Card from '$lib/components/Card.svelte';
66
import News from '$lib/components/News.svelte';

0 commit comments

Comments
 (0)