Skip to content

Commit

Permalink
2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastorder-DC authored Sep 24, 2022
1 parent 398b7a9 commit 8070867
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/chatassistx/chat-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* / / / __ \/ __ `/ __/ /| | / ___/ ___/ / ___/ __/ /
* / /___/ / / / /_/ / /_/ ___ |(__ |__ ) (__ ) /_/ |
* \____/_/ /_/\__,_/\__/_/ |_/____/____/_/____/\__/_/|_|
* V E R S I O N 2.0.3
* Last updated by Lastorder-DC on 2019-02-03.
* V E R S I O N 2.0.5
* Last updated by Lastorder-DC on 2022-09-24.
*/

(function(window) {
Expand All @@ -19,7 +19,7 @@

window.chat = {};
window.ChatAssistX = {};
window.ChatAssistX.version = "2.0.4";
window.ChatAssistX.version = "2.0.5";
window.ChatAssistX.plugins = [];
window.ChatAssistX.plugin_count = 0;
window.ChatAssistX.loaded_plugin_count = 0;
Expand Down

0 comments on commit 8070867

Please sign in to comment.