Skip to content

Commit c9df150

Browse files
committed
refactor: license section.
update version references of obdium from 1.0.0 to 1.5.0
1 parent 2cc267c commit c9df150

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ For any questions about the implementation or logic behind OBDium, feel free to
8888
2. **Install Tauri**
8989

9090
```sh
91-
cargo install tauri-cli --version 1.6.5
91+
cargo install tauri-cli --version "^2.0.0"
9292
```
9393

9494
3. **Clone the repository**
@@ -166,4 +166,4 @@ Please view the [CONTRIBUTING](CONTRIBUTING.md) file for more information.
166166
- [`frontend/`](/frontend/): Main GUI logic
167167

168168
## License
169-
This code has minimal restrictions, such that any distributions are made free-of-cost. See [`LICENSE`](LICENSE) for details.
169+
This project is licensed under GPL-3.0. See [`LICENSE`](LICENSE) for details.

backend/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

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

66
[dependencies]

backend/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"productName": "obdium",
2323
"mainBinaryName": "obdium",
24-
"version": "1.0.0",
24+
"version": "1.5.0",
2525
"identifier": "com.obdium.app",
2626
"plugins": {},
2727
"app": {

0 commit comments

Comments
 (0)