diff --git a/Makefile b/Makefile index 7132c3d..51cb325 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ LIBS = -lm -luiohook CC = gcc CFLAGS = -g -Wall INSTALL_PATH = /usr/local -VERSION = 0.5.1 +VERSION = 0.6.0 .PHONY: default all clean diff --git a/README.md b/README.md index 41c5652..4f843dc 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ yet and may not ever be ### [Splits.io](https://splits.io/) - [X] Import game, category and segment names from generic format -- [ ] Import all information the generic format support i.e. run histories +- [ ] Import all information the generic format supports i.e. run histories - [ ] Export runs in the generic format ### [Speedrun.com](https://www.speedrun.com/) diff --git a/src/splitsio.c b/src/splitsio.c index eef467f..fd2f276 100644 --- a/src/splitsio.c +++ b/src/splitsio.c @@ -4,7 +4,7 @@ const char *schemaver = "v1.0.1"; const char *timersname = "quest"; const char *timerlname = "Quinn's Utterly Elegant Speedrun Timer"; -const char *timerver = "v0.5.1"; +const char *timerver = "v0.6.0"; const char *timerlink = "https://github.com/SilentFungus/quest"; //Imports game/catagory names and segment names