diff --git a/README.md b/README.md index 3883420..2abc35e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ICEcoder is a browser based code editor, which provides a modern approach to building websites. By allowing you to code directly within the web browser, online or offline, it means you only need one program (your browser) to develop sites, plus can test on actual web servers. After development, you can also maintain the website easily, all of which make for speedy and smart development. -ICEcoder code editor +ICEcoder code editor ### Requirements diff --git a/classes/Settings.php b/classes/Settings.php index 7ae2952..e7172b0 100644 --- a/classes/Settings.php +++ b/classes/Settings.php @@ -7,7 +7,7 @@ class Settings public function __construct() { // Set version number and document root as core settings - $this->versionNo = "8.0"; + $this->versionNo = "8.1"; $this->docRoot = $_SERVER['DOCUMENT_ROOT']; } diff --git a/lib/template-config-users.php b/lib/template-config-users.php index f59ac13..784f791 100644 --- a/lib/template-config-users.php +++ b/lib/template-config-users.php @@ -1,7 +1,7 @@