From 2988de5501c7b6a16cc71f22659ba743ce465f7e Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 20 Oct 2012 16:55:42 +0100 Subject: [PATCH] v0.9.1 beta --- README.md | 2 +- editor.php | 2 +- files.php | 2 +- index.php | 4 ++-- lib/help.php | 2 +- lib/multiple-results.php | 2 +- lib/properties.php | 2 +- lib/settings-screen.php | 4 ++-- lib/settings.php | 6 +++--- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 6c5815f..9b4e00c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#ICEcoder v0.9.0 alpha +#ICEcoder v0.9.1 beta ##Web based IDE for smart web development Early version of the web based IDE which allows for creation of websites in the web browser. Uses the brilliant CodeMirror for code highlighting & editing, with a slick IDE wrapped around it to make the whole thing work. diff --git a/editor.php b/editor.php index 6b38925..2c2a933 100644 --- a/editor.php +++ b/editor.php @@ -3,7 +3,7 @@ -ICEcoder v <?php echo $ICEcoder["versionNo"];?> alpha editor +ICEcoder v <?php echo $ICEcoder["versionNo"];?> beta editor /lib/codemirror.css">