Skip to content

Commit f52c5e8

Browse files
committed
fix: fix license path
1 parent 2e24d30 commit f52c5e8

File tree

5 files changed

+51
-51
lines changed

5 files changed

+51
-51
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.3.1"
2+
version = "0.4.0"
33
description = "Bluetooth battery monitor"
44
repository = "https://github.com/SARDONYX-sard/bluetooth-battery-monitor"
55
readme = "README.md"

gui/backend/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"copyright": "SARDONYX-sard",
3838
"externalBin": [],
3939
"icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"],
40-
"licenseFile": "../../LICENSE",
40+
"licenseFile": "../../LICENSE-MIT",
4141
"longDescription": "",
4242
"macOS": {
4343
"entitlements": null,

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bluetooth-battery-monitor",
33
"description": "A simple app to monitor the battery of your bluetooth devices",
4-
"version": "0.3.1",
4+
"version": "0.4.0",
55
"license": "MIT",
66
"homepage": "https://github.com/SARDONYX-sard/bluetooth-battery-monitor",
77
"private": true,
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies": {
4545
"@biomejs/biome": "1.9.3",
46-
"@tauri-apps/cli": "2.2.4",
46+
"@tauri-apps/cli": "2.2.5",
4747
"@testing-library/jest-dom": "^6.6.3",
4848
"@testing-library/react": "^16.1.0",
4949
"@types/node": "22.10.6",

0 commit comments

Comments
 (0)