Version rollout (#6855)

* Bump version and create initial changelog entry

* Update Polish.properties a little (#6853)

* Add some random translations

* Translate the abbreviaation WLTK as DUK (Dzień Uwielbiania Króla)

* Add antoher random translation

* Update Simplified_Chinese.properties (#6852)

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: Anton <antek@sniec.pl>
Co-authored-by: xk730 <40309144+xk730@users.noreply.github.com>
This commit is contained in:
Yair Morgenstern
2022-05-18 21:02:55 +03:00
committed by GitHub
parent 08138c5de7
commit c990c6338b
5 changed files with 77 additions and 30 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.6.21"
const val appName = "Unciv"
const val appCodeNumber = 710
const val appVersion = "4.1.0"
const val appCodeNumber = 711
const val appVersion = "4.1.1"
const val gdxVersion = "1.11.0"
const val roboVMVersion = "2.3.1"