Skip to content

Commit

Permalink
Bump to 0.1.13b
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodiesHQ committed Apr 30, 2024
1 parent be89ce9 commit ca47ea4
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 = 'v0.1.12b-dev';
export const version = 'v0.1.13b-dev';

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

0 comments on commit ca47ea4

Please sign in to comment.