diff --git a/README.md b/README.md index d40bd6c..c3438e3 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Options: --http-port=PORT: Specifies HTTP server port. --server-port=PORT: Specifies WS server port. --gotty-port=PORT: Specifies Gotty server port. - --readonly, -r: Makes code editor readonly. (Notice: This option is not related to security.) + --readonly, -r: Makes code editor readonly. (Notice: This option is not related to security.) --verbose, -V: Enables verbose output. ``` diff --git a/statics.py b/statics.py index 4797dc0..f688b83 100644 --- a/statics.py +++ b/statics.py @@ -8,7 +8,7 @@ # Licensed under GNU/GPLv3 # Copyright (C) 2019, Oğuzhan Eroğlu (https://oguzhaneroglu.com/) -VERSION = [0, 0, 19, "git"] +VERSION = [0, 0, 19, "alpha"] """ GDB-Frontend GUI modes.