Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f94371f

Browse files
committed
Version 2.1
Also mentioned HTML hinting in readme file
1 parent 7111a2a commit f94371f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can run ICEcoder either online or locally, on Linux, Windows or Mac based pl
4444
* Shell terminal
4545
* JS Hint validation as you type
4646
* Emmet snippet typing booster
47-
* JavaScript code hinting
47+
* HTML & JavaScript code hinting
4848
* Alphanumeric tab sorting
4949
* Tag wrappers
5050
* Config template

lib/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function numClean($var) {
5151

5252
// Add ICEcoder settings to beginning of $ICEcoder array
5353
$ICEcoder = array(
54-
"versionNo" => "2.0",
54+
"versionNo" => "2.1",
5555
"codeMirrorDir" => "CodeMirror-3.11",
5656
"demoMode" => false
5757
)+$ICEcoder;

0 commit comments

Comments
 (0)