Skip to content

Commit

Permalink
reverted versioning, linked to contribute guide (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakePIXL authored Oct 28, 2023
1 parent 182d260 commit 3af7a6d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


2 changes: 1 addition & 1 deletion teller/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion teller_desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 = ""
Expand Down
2 changes: 1 addition & 1 deletion teller_desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "ChunkVault",
"version": "0.1.0.5"
"version": "0.1.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 3af7a6d

Please sign in to comment.