Skip to content

Commit 56e445c

Browse files
committed
Release 1.3.1
1 parent b38a7ad commit 56e445c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Properties/PublishConfiguration.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ Plan is to add all the official region packs, and then after that - not sure.
5454
<!--Link to the forum post where the mod can be discussed-->
5555
<ForumLink Value="https://forum.paradoxplaza.com/forum/threads/region-flag-icons.1718385/" />
5656
<!--Version of the mod-->
57-
<ModVersion Value="1.3.0" />
57+
<ModVersion Value="1.3.1" />
5858
<!--Recommended version of the base game to use the mod-->
5959
<GameVersion Value="1.2.*" />
6060
<!--Dependency for the mod, can be set multiple times-->
6161
<Dependency Id="79634" />
6262
<!--Change log for new version. Single line or multi line. Supports minimal markdown subset-->
6363
<ChangeLog>
64-
- Added Chinese Pack
64+
- Fix swapped Chinese Low Residential
6565
</ChangeLog>
6666
<!--External link. supported types are discord, github, youtube, twitch, x, paypal, patreon, buymeacoffee, kofi, crowdin, gitlab-->
6767
<ExternalLink Type="github" Url="https://github.com/irasponsible/cities2-flag-icons" />

RegionFlagIcons.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<!--The file where mod information which is required for publishing mod on PDX mods are stored-->
99
<PublishConfigurationPath>Properties\PublishConfiguration.xml</PublishConfigurationPath>
1010
<LangVersion>latest</LangVersion>
11-
<AssemblyVersion>1.3.0</AssemblyVersion>
12-
<FileVersion>1.3.0</FileVersion>
11+
<AssemblyVersion>1.3.1</AssemblyVersion>
12+
<FileVersion>1.3.1</FileVersion>
1313
</PropertyGroup>
1414

1515
<!--Imports must be after PropertyGroup block-->

0 commit comments

Comments
 (0)