Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gandlafbtc committed Apr 2, 2023
1 parent dc03791 commit f318b56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-cashu-wallet",
"version": "0.1.7",
"version": "0.1.8",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
2 changes: 1 addition & 1 deletion src/stores/version.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { readable } from 'svelte/store';

const version = readable<string>('0.1.7');
const version = readable<string>('0.1.8');

export { version };

0 comments on commit f318b56

Please sign in to comment.