Versioning

This commit is contained in:
Jiiks 2016-06-24 02:13:18 +03:00
parent 4fa8d75653
commit 284838bb5c
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ dblClickEdit.prototype.getDescription = function () {
return "Double click messages to edit them";
};
dblClickEdit.prototype.getVersion = function () {
return "0.1.0";
return "0.1.1";
};
dblClickEdit.prototype.getAuthor = function () {
return "Jiiks";