Skip to content

Commit

Permalink
Merge pull request #134 from DeForce/develop
Browse files Browse the repository at this point in the history
Release 0.3.1 hotfix - remove of removing old messages
  • Loading branch information
DeForce authored Oct 31, 2016
2 parents 811e54b + 599f49d commit 22d653b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion http/czt/js/socket.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ function showMessage(message) {

}
document.getElementById('ChatContainer').appendChild(elements.message);
updateMessages();
// updateMessages();
}

function runCommand(message) {
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from modules.helper.parser import self_heal
from modules.helper.system import load_translations_keys

VERSION = '0.3.0'
VERSION = '0.3.1'
SEM_VERSION = semantic_version.Version(VERSION)
if hasattr(sys, 'frozen'):
PYTHON_FOLDER = os.path.dirname(sys.executable)
Expand Down

0 comments on commit 22d653b

Please sign in to comment.