Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodiesHQ committed Feb 15, 2024
1 parent 88401b8 commit b9c1d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/common/debug.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { DebugStore } from '$lib/Stores';
import { get } from 'svelte/store';

export const version = '0.1.9b';
export const version = '0.1.10b';

export function debug(...data: unknown[]) {
// output if console debugging is enabled
Expand Down

0 comments on commit b9c1d95

Please sign in to comment.