Skip to content

Commit 2fbfe5e

Browse files
committed
Update a few more places to 0.15.1 that we missed
1 parent 71003e7 commit 2fbfe5e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bugscope",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.15.1",
55
"type": "module",
66
"scripts": {
77
"setup": "bash scripts/download-liblbug.sh",

src-tauri/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bugscope"
3-
version = "0.1.0"
3+
version = "0.15.1"
44
edition = "2021"
55

66
[lib]
@@ -16,3 +16,4 @@ serde = { version = "1", features = ["derive"] }
1616
serde_json = "1"
1717
lbug = "0.15.1"
1818
walkdir = "2"
19+
dirs = "5"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/nicegui/tauri-v2-schema/main/tauri.conf.json.schema",
33
"productName": "Bugscope",
4-
"version": "0.1.0",
4+
"version": "0.15.1",
55
"identifier": "com.bugscope.desktop",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)