Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gandlafbtc committed Mar 11, 2023
1 parent 60d02a6 commit e9761e1
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.5",
"version": "0.1.6",
"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.5');
const version = readable<string>('0.1.6');

export { version };

1 comment on commit e9761e1

@vercel
Copy link

@vercel vercel bot commented on e9761e1 Mar 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.