Skip to content

Commit

Permalink
Update README and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
GenericMadScientist committed Apr 30, 2020
1 parent 43ba7c2 commit 308a039
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.15.0)

project(chopt
VERSION 0.3.1
VERSION 0.3.2
DESCRIPTION "A tool to generate optimal SP paths for Clone Hero"
LANGUAGES CXX)

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ expert if none is provided. The full set of options can be listed by using -h or

## Limitations

This is version 0.3.1, so there are still some kinks and missing features. The
This is version 0.3.2, so there are still some kinks and missing features. The
only supported instrument is five fret guitar, only .chart files are accepted,
and the drawn paths are sufficient to work out what the path is rather than
providing all the details like how much to squeeze or not whammy. The
Expand All @@ -52,6 +52,8 @@ be no difficulty getting these set up if you want to build chopt.
initial idea of Clone Hero's parsing behaviour.
* Dinoguy1000 and shadoweh helped me make sure chopt runs on other peoples'
machines.
* The CH Score Challenges server for feedback, especially CyclopsDragon,
LightlessWalk, and Lucretio.

## Contact

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.3.1.{build}-{branch}
version: 0.3.2.{build}-{branch}

configuration:
- Debug
Expand Down

0 comments on commit 308a039

Please sign in to comment.