Skip to content

Commit

Permalink
베타2 릴리즈
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastorder-DC authored Feb 10, 2018
1 parent b671ce9 commit 0ba8914
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,7 +3,7 @@
* / / / __ \/ __ `/ __/ /| | / ___/ ___/ / ___/ __/ /
* / /___/ / / / /_/ / /_/ ___ |(__ |__ ) (__ ) /_/ |
* \____/_/ /_/\__,_/\__/_/ |_/____/____/_/____/\__/_/|_|
* V E R S I O N 2.0.0-beta1
* V E R S I O N 2.0.0-beta2
* Last updated by Lastorder-DC on 2018-02-01.
*/

Expand All @@ -19,7 +19,7 @@

window.chat = {};
window.ChatAssistX = {};
window.ChatAssistX.version = "2.0.0-beta1";
window.ChatAssistX.version = "2.0.0-beta2";
window.ChatAssistX.plugins = [];
window.ChatAssistX.plugin_count = 0;
window.ChatAssistX.loaded_plugin_count = 0;
Expand Down Expand Up @@ -464,4 +464,4 @@
async: true
});
}
})(window);
})(window);

0 comments on commit 0ba8914

Please sign in to comment.