Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Galarzaa90 committed Mar 17, 2024
1 parent f373755 commit a064550
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.1 (2024-03-17)

- Fixed house and guildhall rents not being parsed correctly.

## 0.6.0 (2023-09-10)

- Fix character badges not being parsed correctly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import io.ktor.server.plugins.contentnegotiation.ContentNegotiation
import kotlinx.serialization.json.Json

fun main() {
embeddedServer(CIO, port = 8090, module = Application::tibiaKtModule).start(wait = true)
embeddedServer(CIO, port = 8080, module = Application::tibiaKtModule).start(wait = true)
}

fun Application.tibiaKtModule() {
Expand Down

0 comments on commit a064550

Please sign in to comment.