diff --git a/README.md b/README.md index 54fd3e5..67d9117 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ A simple web application to be used as an ssh client to connect to your ssh serv * Fullscreen terminal supported. * Terminal window resizable. * Auto detect the ssh server's default encoding. +* Modern browsers including Chrome, Firefox, Safari, Edge, Opera supported. ## Preview diff --git a/README.rst b/README.rst index 8041c08..828da44 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,8 @@ Features - Fullscreen terminal supported. - Terminal window resizable. - Auto detect the ssh server's default encoding. +- Modern browsers including Chrome, Firefox, Safari, Edge, Opera + supported. Preview ------- diff --git a/webssh/_version.py b/webssh/_version.py index bb4930f..1056fd6 100644 --- a/webssh/_version.py +++ b/webssh/_version.py @@ -1,2 +1,2 @@ -__version_info__ = (0, 4, 6) +__version_info__ = (0, 5, 0) __version__ = '.'.join(map(str, __version_info__))