Update dblClickEdit.plugin.js

This commit is contained in:
Modder4869 2018-07-02 12:59:08 +03:00 committed by GitHub
parent 7f6cd474fd
commit 57e16e3b43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.2";
return "0.1.1";
};
dblClickEdit.prototype.getAuthor = function () {
return "Jiiks";