diff --git a/README.md b/README.md index 0be99d7a..ae396001 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ PsySH is a runtime developer console, interactive debugger and [REPL](https://en ### [🛠 Configuration](https://github.com/bobthecow/psysh/wiki/Configuration) * [🎛 Config options](https://github.com/bobthecow/psysh/wiki/Config-options) + * [🎨 Themes](https://github.com/bobthecow/psysh/wiki/Themes) * [📄 Sample config file](https://github.com/bobthecow/psysh/wiki/Sample-config) ### [🔌 Integrations](https://github.com/bobthecow/psysh/wiki/Integrations) diff --git a/src/Shell.php b/src/Shell.php index 9ef5bea2..c7503724 100644 --- a/src/Shell.php +++ b/src/Shell.php @@ -49,7 +49,7 @@ */ class Shell extends Application { - const VERSION = 'v0.11.8'; + const VERSION = 'v0.11.9'; /** @deprecated */ const PROMPT = '>>> ';