Skip to content

Commit 35ab23f

Browse files
authored
Merge pull request #93 from bithyve/v0.2.4
Release v0.2.4
2 parents e792bc7 + 8d71a88 commit 35ab23f

File tree

6 files changed

+25
-25
lines changed

6 files changed

+25
-25
lines changed

package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "keeper-desktop",
33
"private": true,
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "keeper-desktop"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "Bitcoin Keeper Desktop App"
55
authors = ["Ben Kaufman"]
66
repository = "https://github.com/bithyve/keeper-desktop"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"package": {
99
"productName": "Keeper Desktop (Dev)",
10-
"version": "0.2.3"
10+
"version": "0.2.4"
1111
},
1212
"tauri": {
1313
"allowlist": {

src-tauri/tauri.release.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "Keeper Desktop",
11-
"version": "0.2.3"
11+
"version": "0.2.4"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)