diff --git a/Cargo.lock b/Cargo.lock index 1936f41..f864e59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4003,7 +4003,7 @@ dependencies = [ [[package]] name = "teller" -version = "0.1.0-alpha.5" +version = "0.1.0" dependencies = [ "anyhow", "async-recursion", @@ -4029,7 +4029,7 @@ dependencies = [ [[package]] name = "teller_desktop" -version = "0.1.0-alpha.5" +version = "0.1.0" dependencies = [ "anyhow", "base64 0.21.2", diff --git a/README.md b/README.md index a69a73e..8d46aec 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,11 @@ While Teller and Teller_Desktop handle the backup process, [The Vault Backend](h This project is licensed under the [GNU General Public License v3.0](LICENSE.txt). +# Contributing + +Follow the [contributing guidelines](https://docs.chunkvault.com/teller/contributing/) to contribute to this project. + # Shoutout A special shoutout to the development team behind [Modrinth's Theseus Minecraft Launcher](https://github.com/modrinth/theseus). We've modeled our application setup/structure after theirs, as it is both easy to follow and use. Their work has greatly influenced the development of Teller and we appreciate their contribution to the Minecraft community, as well as their support of open-source software. - diff --git a/teller/Cargo.toml b/teller/Cargo.toml index a3f9efb..43c5ec9 100644 --- a/teller/Cargo.toml +++ b/teller/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teller" -version = "0.1.0-alpha.5" +version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/teller_desktop/src-tauri/Cargo.toml b/teller_desktop/src-tauri/Cargo.toml index b754eba..1eb354c 100644 --- a/teller_desktop/src-tauri/Cargo.toml +++ b/teller_desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teller_desktop" -version = "0.1.0-alpha.5" +version = "0.1.0" description = "Teller is a Minecraft world backup tool, for use with the ChunkVault ecosystem." authors = ["Valink Solutions"] license = "" diff --git a/teller_desktop/src-tauri/tauri.conf.json b/teller_desktop/src-tauri/tauri.conf.json index e2d0c9e..1a72b39 100644 --- a/teller_desktop/src-tauri/tauri.conf.json +++ b/teller_desktop/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "ChunkVault", - "version": "0.1.0.5" + "version": "0.1.0" }, "tauri": { "allowlist": {