Skip to content

Commit

Permalink
Update chat-loader.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastorder-DC authored Apr 21, 2018
1 parent 3461714 commit aabf847
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.1
* Last updated by Lastorder-DC on 2018-04-17.
* V E R S I O N 2.0.2
* Last updated by Lastorder-DC on 2018-04-21.
*/

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

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

0 comments on commit aabf847

Please sign in to comment.