Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sn99 committed Aug 20, 2024
1 parent e6e577a commit 31714f0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
name = "nothing-linux-ui"
version = "0.0.0"
version = "0.0.1"
edition = "2021"
authors = ["sn99"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ So I made this simple app for Ear (2) for linux.

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

Note: The app assumes you are connected to the bluetooth device already, not doing so will cause the app to crash.

## Architecture

It is made using:
Expand Down
1 change: 1 addition & 0 deletions nothing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "nothing"
version = "0.1.0"
edition = "2021"
authors = ["sn99"]

[dependencies]
tokio = "1.39.2"
Expand Down
6 changes: 3 additions & 3 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "nothing-linux"
version = "0.0.0"
description = "A Tauri App"
authors = ["you"]
version = "0.0.1"
description = "nothing-linux"
authors = ["sn99"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "nothing-linux",
"version": "0.0.0",
"version": "0.0.1",
"identifier": "com.nothing.linux",
"build": {
"beforeDevCommand": "trunk serve",
Expand Down

0 comments on commit 31714f0

Please sign in to comment.