Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks committed Oct 8, 2024
1 parent 639e056 commit d904690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/stores.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { writable } from 'svelte/store';

export const VERSION = "v0.1.0"
export const VERSION = "v2.0.0"

export const report = writable("")
export const preferredUsername = writable("")

0 comments on commit d904690

Please sign in to comment.