Skip to content

Commit

Permalink
bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevung committed Feb 12, 2025
1 parent 276f452 commit 34ba668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
project = 'blunderDB'
copyright = '2024, Kevin UNGER <[email protected]>'
author = 'Kevin UNGER <[email protected]>'
release = '0.5.4'
release = '0.6.0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/stores/metaStore.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { writable } from 'svelte/store';

export const metaStore = writable({
applicationVersion: '0.5.4',
applicationVersion: '0.6.0',
});

0 comments on commit 34ba668

Please sign in to comment.