Change messages.json to v1.json
This commit is contained in:
parent
1ae039657c
commit
96086b5493
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ val messages = listOf(
|
|||
|
||||
fun main() {
|
||||
val json = Json.encodeToString(messages)
|
||||
File("../dist/messages.json").writeText(json)
|
||||
File("../dist/v1.json").writeText(json)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue