Skip to content

Commit

Permalink
release update
Browse files Browse the repository at this point in the history
  • Loading branch information
Minigrim0 committed Aug 7, 2024
1 parent 2c28352 commit bb7c446
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ Install rust on your machine (see [rustup](https://rustup.rs) for an easy instal
Then, from the root of the project type `cargo tauri build` to build the project in release mode. This might also try to build bundles,
which may lead to errors being displayed in the console. You can safely ignore these if you only need the executable. The executable will be
located under `src-tauri/target/release/geolocator`.

If you do not wish to compile manually, you can download the latest release from the [releases page](https://github.com/Minigrim0/geolocator/releases).

# License 📜
This project is licensed under the MIT license. You can find the full license text in the [LICENSE](LICENSE) file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "geolocator",
"private": true,
"version": "0.0.2",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geolocator"
version = "0.0.2"
version = "1.0.0"
description = "Geolocator"
authors = ["Minigrim0"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "Geolocator",
"version": "0.0.2"
"version": "1.0.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit bb7c446

Please sign in to comment.