diff options
author | MicrocontrollersDev <66657148+MicrocontrollersDev@users.noreply.github.com> | 2023-01-14 10:45:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-14 12:45:31 -0500 |
commit | 3470ee81c4444c5955f7899acce226dae14a3da4 (patch) | |
tree | 60c2a0b1bda92e6400cf6b058259f5f52b8b02ce /src/main/kotlin/cc/woverflow/chatting/chat/ChatTabsJson.kt | |
parent | 1b3670de60500c491e5c61b0d304bcde7e30080f (diff) | |
download | Chatting-3470ee81c4444c5955f7899acce226dae14a3da4.tar.gz Chatting-3470ee81c4444c5955f7899acce226dae14a3da4.tar.bz2 Chatting-3470ee81c4444c5955f7899acce226dae14a3da4.zip |
use regex for pms (#16)
* use regex for pms
* maybe do the version thing idk
* fix migration
Co-authored-by: Wyvest <45589059+Wyvest@users.noreply.github.com>
Diffstat (limited to 'src/main/kotlin/cc/woverflow/chatting/chat/ChatTabsJson.kt')
-rw-r--r-- | src/main/kotlin/cc/woverflow/chatting/chat/ChatTabsJson.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/cc/woverflow/chatting/chat/ChatTabsJson.kt b/src/main/kotlin/cc/woverflow/chatting/chat/ChatTabsJson.kt index b239bbd..c632561 100644 --- a/src/main/kotlin/cc/woverflow/chatting/chat/ChatTabsJson.kt +++ b/src/main/kotlin/cc/woverflow/chatting/chat/ChatTabsJson.kt @@ -10,6 +10,6 @@ data class ChatTabsJson(@SerializedName("tabs") val tabs: JsonArray, var version } companion object { - const val VERSION = 5 + const val VERSION = 6 } }
\ No newline at end of file |