Skip to content

Commit acf2c21

Browse files
committed
chore(release): beta v0.3.1
1 parent 703d026 commit acf2c21

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dota-keeper",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "",
55
"type": "module",
66
"scripts": {
@@ -31,4 +31,4 @@
3131
"typescript": "~5.6.2",
3232
"vite": "^6.0.3"
3333
}
34-
}
34+
}

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: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dota-keeper"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "A Tauri App"
55
authors = ["Volthawk Software (Pty) Ltd"]
66
license = "Apache-2.0"
@@ -37,7 +37,13 @@ chrono = { version = "0.4", features = ["serde"] }
3737
rand = "0.8"
3838
lazy_static = "1.5"
3939
uuid = { version = "1.11", features = ["v4"] }
40-
sentry = { version = "0.34", default-features = false, features = ["backtrace", "contexts", "panic", "reqwest", "rustls"] }
40+
sentry = { version = "0.34", default-features = false, features = [
41+
"backtrace",
42+
"contexts",
43+
"panic",
44+
"reqwest",
45+
"rustls",
46+
] }
4147

4248
[features]
4349
beta = []

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://schema.tauri.app/config/2",
33
"productName": "Dota Keeper",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"identifier": "com.volthawk.dota-keeper",
66
"build": {
77
"beforeDevCommand": "yarn dev",

0 commit comments

Comments
 (0)