Versioning
This commit is contained in:
parent
4fa8d75653
commit
284838bb5c
Plugins
|
@ -43,7 +43,7 @@ dblClickEdit.prototype.getDescription = function () {
|
||||||
return "Double click messages to edit them";
|
return "Double click messages to edit them";
|
||||||
};
|
};
|
||||||
dblClickEdit.prototype.getVersion = function () {
|
dblClickEdit.prototype.getVersion = function () {
|
||||||
return "0.1.0";
|
return "0.1.1";
|
||||||
};
|
};
|
||||||
dblClickEdit.prototype.getAuthor = function () {
|
dblClickEdit.prototype.getAuthor = function () {
|
||||||
return "Jiiks";
|
return "Jiiks";
|
||||||
|
|
Loading…
Reference in New Issue