diff --git a/scribblings/manual.scrbl b/scribblings/manual.scrbl index 95e5a95..15a68f1 100644 --- a/scribblings/manual.scrbl +++ b/scribblings/manual.scrbl @@ -191,7 +191,7 @@ Pacman.} @subsection{Installing Whalesong} -If you want to use Whalesong off of PLaneT, run the following to create +If you want to use Whalesong, run the following to create the @filepath{whalesong} launcher: @codeblock|{ #lang racket/base diff --git a/version.rkt b/version.rkt index aae01e9..55aa0c8 100644 --- a/version.rkt +++ b/version.rkt @@ -7,4 +7,4 @@ (provide version) (: version String) -(define version "1.82") +(define version "1.83")