Skip to content

Commit

Permalink
Version up to 2.0.0
Browse files Browse the repository at this point in the history
정식버전
  • Loading branch information
Lastorder-DC committed Feb 27, 2018
1 parent f23a1a8 commit 61bce63
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.0-beta2
* Last updated by Lastorder-DC on 2018-02-01.
* V E R S I O N 2.0.0
* Last updated by Lastorder-DC on 2018-02-27.
*/

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

window.chat = {};
window.ChatAssistX = {};
window.ChatAssistX.version = "2.0.0-beta2";
window.ChatAssistX.version = "2.0.0";
window.ChatAssistX.plugins = [];
window.ChatAssistX.plugin_count = 0;
window.ChatAssistX.loaded_plugin_count = 0;
Expand Down

1 comment on commit 61bce63

@rishubil
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

정식 버전 릴리즈 축하합니다

Please sign in to comment.