We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2fbb4 commit 594a527Copy full SHA for 594a527
src/routes/+page.svelte
@@ -1,6 +1,6 @@
1
<script lang="ts">
2
import { onMount } from 'svelte';
3
- const VERSION = '1.10.2';
+ const VERSION = '1.11';
4
5
import Card from '$lib/components/Card.svelte';
6
import News from '$lib/components/News.svelte';
0 commit comments