mirror of
https://github.com/yairm210/Unciv.git
synced 2025-08-04 00:59:41 +07:00
Version rollout (#9224)
* Bump version and create initial changelog entry * Updated Brazilian_Portuguese.properties (#9223) * Updated Brazilian_Portuguese.properties * Updated Brazilian_Portuguese.properties * Update Russian localization (#9222) * Update Russian localization Just in case, for the "X attacked our unit Y", I have chosen to make it a bit less precise (not directly stating that "Y" is player's unit) because due to language's specifics it's practically impossible with this translation scheme to not make grammar error. * fix should have used copy-paste * Update Polish.properties (#9215) * Update Italian.properties (#9209) --------- Co-authored-by: yairm210 <yairm210@users.noreply.github.com> Co-authored-by: Vitor Gabriel <59321138+Ranbut@users.noreply.github.com> Co-authored-by: Alex <64156241+Alex-1000@users.noreply.github.com> Co-authored-by: Lesiakower <125187776+Lesiakower@users.noreply.github.com> Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com>
This commit is contained in:
@ -3,8 +3,8 @@ package com.unciv.build
|
||||
object BuildConfig {
|
||||
const val kotlinVersion = "1.8.0"
|
||||
const val appName = "Unciv"
|
||||
const val appCodeNumber = 851
|
||||
const val appVersion = "4.6.3-patch1"
|
||||
const val appCodeNumber = 852
|
||||
const val appVersion = "4.6.4"
|
||||
|
||||
const val gdxVersion = "1.11.0"
|
||||
const val roboVMVersion = "2.3.1"
|
||||
|
Reference in New Issue
Block a user