diff --git a/README.md b/README.md index be67d0d..db1e409 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# TTRTS v0.1.0 +# TTRTS v0.2.0 *The Tiny Terminal RTS where the players write their AIs* diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 7891d29..f22f656 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required( VERSION 2.8.7 ) # Set version information set( TTRTS_VERSION_MAJOR 0 ) -set( TTRTS_VERSION_MINOR 1 ) +set( TTRTS_VERSION_MINOR 2 ) set( TTRTS_VERSION_PATCH 0 ) # Use c++1y (14) diff --git a/source/ttrts/README.md b/source/ttrts/README.md index ae97b36..11e135f 100644 --- a/source/ttrts/README.md +++ b/source/ttrts/README.md @@ -1,5 +1,5 @@ ## NAME - ttrts - Tiny Terminal RTS v0.1.0 + ttrts - Tiny Terminal RTS v0.2.0 ## SYNOPSYS ttrts MAPFILE @@ -57,4 +57,3 @@ F - move unit [F]orward one space L/R - rotate unit [L]eft or [R]ight A - [A]ttack in straight line in front of unit - \ No newline at end of file