Skip to content

Commit fd711e7

Browse files
committed
Bump version to 1.5.12
1 parent e31cd82 commit fd711e7

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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,6 +1,6 @@
11
[package]
22
name = "mdns-browser-ui"
3-
version = "1.5.11"
3+
version = "1.5.12"
44
edition = "2024"
55
rust-version = "1.88"
66

crates/models/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "models"
3-
version = "1.5.11"
3+
version = "1.5.12"
44
edition = "2021"
55

66
[dependencies]

crates/shared_constants/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[package]
22
name = "shared_constants"
3-
version = "1.5.11"
3+
version = "1.5.12"
44
edition = "2021"

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 = "mdns-browser"
3-
version = "1.5.11"
3+
version = "1.5.12"
44
description = "mDNS browser"
55
authors = ["hrzlgnm"]
66
edition = "2021"

src-tauri/tauri.android.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"active": false
1010
},
1111
"productName": "mDNS Browser",
12-
"version": "1.5.11",
12+
"version": "1.5.12",
1313
"identifier": "com.github.hrzlgnm.mdns-browser",
1414
"plugins": {},
1515
"app": {

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
}
4949
},
5050
"productName": "mdns-browser",
51-
"version": "1.5.11",
51+
"version": "1.5.12",
5252
"identifier": "com.github.hrzlgnm.mdns-browser",
5353
"plugins": {
5454
"updater": {

0 commit comments

Comments
 (0)