Skip to content

Commit 31714f0

Browse files
committed
update versions
1 parent e6e577a commit 31714f0

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[package]
22
name = "nothing-linux-ui"
3-
version = "0.0.0"
3+
version = "0.0.1"
44
edition = "2021"
5+
authors = ["sn99"]
56

67
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
78
[dependencies]

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ So I made this simple app for Ear (2) for linux.
1818

1919
You can find the latest rpm, deb or appimage in the [Releases](https://github.com/sn99/nothing-linux/releases) page.
2020

21+
Note: The app assumes you are connected to the bluetooth device already, not doing so will cause the app to crash.
22+
2123
## Architecture
2224

2325
It is made using:

nothing/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "nothing"
33
version = "0.1.0"
44
edition = "2021"
5+
authors = ["sn99"]
56

67
[dependencies]
78
tokio = "1.39.2"

src-tauri/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "nothing-linux"
3-
version = "0.0.0"
4-
description = "A Tauri App"
5-
authors = ["you"]
3+
version = "0.0.1"
4+
description = "nothing-linux"
5+
authors = ["sn99"]
66
edition = "2021"
77

88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "nothing-linux",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"identifier": "com.nothing.linux",
55
"build": {
66
"beforeDevCommand": "trunk serve",

0 commit comments

Comments
 (0)