Skip to content

Commit

Permalink
Bump version and prepare for release
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
  • Loading branch information
EbonJaeger committed Nov 8, 2020
1 parent 96e2053 commit 427f84d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dolphin-rs"
version = "0.1.0"
version = "2.0.0"
authors = ["Evan Maddock <maddock.evan@vivaldi.net>"]
edition = "2018"

Expand All @@ -12,10 +12,10 @@ confy = "^0.4.0"
directories = "^3.0.0"
err-derive = "^0.2.4"
lazy_static = "^1.4.0"
linemux = "^0.1.1"
linemux = "^0.1.2"
rcon = "^0.3.0"
regex = "^1.4.0"
serde = {version = "^1.0", features = ["derive"]}
serde = { version = "^1.0", features = ["derive"] }
serenity = { version = "^0.9.0" }
tokio = { version = "^0.2.22", features = ["time"] }
tracing = "^0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dolphin-RS

This is an implementation of my Dolphin Discord/Minecraft bridge in Rust, in order to help me learn Rust. This project may or may not ever actually go anywhere.
This is an implementation of my [Dolphin](https://gitlab.com/EbonJaeger/dolphin) Discord/Minecraft bridge in Rust, in order to help me learn Rust. This project is the successor and continuation of Dolphin.

## Building and Running

Expand Down

0 comments on commit 427f84d

Please sign in to comment.