summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
-rw-r--r--README.md4
-rw-r--r--todo.md1
3 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 29f65fd..b91b315 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "asciifarm"
-version = "0.1.0"
+version = "0.2.0"
authors = ["troido <troido@protonmail.com>"]
edition = "2018"
diff --git a/README.md b/README.md
index 2610d44..b209194 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Rustifarm
-This is the rust version of the [asciifarm](https://github.com/jmdejong/asciifarm) server.
+This is the rust version of the asciifarm server.
-This server is intended to replace the python server soon as the main server.
+This server is the replacement for the [python asciifarm server](https://github.com/jmdejong/asciifarm).
To join the game you need the [asciifarm client](https://github.com/jmdejong/asciifarm-client).
diff --git a/todo.md b/todo.md
index 0be0d97..54660ed 100644
--- a/todo.md
+++ b/todo.md
@@ -9,3 +9,4 @@
- data encapsulation
- secure login
- bot connection
+- queue for control actions after cooldown