diff --git a/README.md b/README.md index b7f396e..4b58678 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# http - for the Spectrum Next (public beta) +# http - for the Spectrum Next A utility for application developers to talk to web servers to exchange blocks of data, such as high scores, game progress. The `.http` dot command can also download and save to files over the web. diff --git a/http b/http index 8447b65..ea48987 100644 Binary files a/http and b/http differ diff --git a/src/version.inc.asm b/src/version.inc.asm index 872a5e1..d953c3e 100644 --- a/src/version.inc.asm +++ b/src/version.inc.asm @@ -1,5 +1,5 @@ IFNDEF TESTING - DEFINE VERSION "1.0-26rc" + DEFINE VERSION "1.0.0" ELSE DEFINE VERSION "TEST" ENDIF