Versioning

This commit is contained in:
Alexei Stukov 2018-08-07 08:34:12 +03:00 committed by GitHub
parent 0d81028a3c
commit 222c2347fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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