diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-05-01 08:42:43 +0700 |
---|---|---|
committer | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-05-01 08:42:43 +0700 |
commit | 04363f543d136bd43f82d28ff569ae4522fba37a (patch) | |
tree | feb98ee80beb8c143310634c3e57f5e8b013d94a /src/main/kotlin/cc/woverflow/chatting/chat/ChatTabsJson.kt | |
parent | b8aa42e5564714a4fbf611ccae42ed3b6905405c (diff) | |
download | Chatting-04363f543d136bd43f82d28ff569ae4522fba37a.tar.gz Chatting-04363f543d136bd43f82d28ff569ae4522fba37a.tar.bz2 Chatting-04363f543d136bd43f82d28ff569ae4522fba37a.zip |
make prefix property not required
add lowercase property
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 6954b8e..b239bbd 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 = 4 + const val VERSION = 5 } }
\ No newline at end of file |