Skip to content

Commit 6032ec1

Browse files
bump version to 0.3.2
1 parent 3cfd1ff commit 6032ec1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cubeast-connect",
3-
"version": "0.2.0",
3+
"version": "0.3.2",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -43,4 +43,4 @@
4343
"karma-jasmine-html-reporter": "~2.0.0",
4444
"typescript": "~5.8.3"
4545
}
46-
}
46+
}

src-tauri/Cargo.lock

Lines changed: 2 additions & 2 deletions
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 = "cubeast-connect"
3-
version = "0.2.0"
3+
version = "0.3.2"
44
description = "Cubeast Bluetooth proxy"
55
authors = ["Cubeast"]
66
license = "MIT"

src-tauri/tauri.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": "cubeast-connect",
11-
"version": "0.2.0"
11+
"version": "0.3.2"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)