Skip to content

Commit

Permalink
Updated version to 0.6.6.2 (#5117)
Browse files Browse the repository at this point in the history
* Updated version to 0.6.6.2

* Updated translation progress
  • Loading branch information
hhyyrylainen authored May 13, 2024
1 parent 9ffdd89 commit da13fb3
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Thrive.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<Company>Revolutionary Games Studio</Company>
<Version>0.6.6.1</Version>
<Version>0.6.6.2</Version>
<!--<InformationalVersion>-alpha</InformationalVersion>-->
</PropertyGroup>
<!-- Ignore the subproject source files -->
Expand Down
12 changes: 6 additions & 6 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ application/modify_resources=true
application/icon="res://assets/misc/icon.ico"
application/console_wrapper_icon=""
application/icon_interpolation=4
application/file_version="0.6.6.1"
application/product_version="0.6.6.1"
application/file_version="0.6.6.2"
application/product_version="0.6.6.2"
application/company_name="Revolutionary Games Studio"
application/product_name="Thrive"
application/file_description="Thrive Game"
Expand Down Expand Up @@ -148,8 +148,8 @@ application/modify_resources=true
application/icon="res://assets/misc/icon.ico"
application/console_wrapper_icon=""
application/icon_interpolation=4
application/file_version="0.6.6.1"
application/product_version="0.6.6.1"
application/file_version="0.6.6.2"
application/product_version="0.6.6.2"
application/company_name="Revolutionary Games Studio"
application/product_name="Thrive"
application/file_description="Thrive Game"
Expand Down Expand Up @@ -261,8 +261,8 @@ application/modify_resources=true
application/icon="res://assets/misc/icon.ico"
application/console_wrapper_icon=""
application/icon_interpolation=4
application/file_version="0.6.6.1"
application/product_version="0.6.6.1"
application/file_version="0.6.6.2"
application/product_version="0.6.6.2"
application/company_name="Revolutionary Games Studio"
application/product_name="Thrive"
application/file_description="Thrive Game"
Expand Down
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ config/description="Thrive is an open source evolution simulation game.
Play as a microbe on an alien world trying to survive and adapt to your surroundings in order to thrive.
https://revolutionarygamesstudio.com/"
config/version="0.6.6.1"
config/version="0.6.6.2"
run/main_scene="res://src/general/MainMenu.tscn"
config/use_custom_user_dir=true
config/custom_user_dir_name="Thrive"
Expand Down
8 changes: 4 additions & 4 deletions simulation_parameters/common/translations_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"es_AR": 0.13465447154471544,
"et": 0.4888211382113821,
"fi": 0.4400406504065041,
"fr": 0.8663617886178862,
"fr": 0.8689024390243902,
"frm": 0,
"he": 0.6417682926829268,
"hr": 0.04217479674796748,
Expand Down Expand Up @@ -45,10 +45,10 @@
"sv": 0.38414634146341464,
"th_TH": 0.1839430894308943,
"tok": 0.027947154471544715,
"tr": 0.9994918699186992,
"tr": 1,
"uk": 0.8810975609756098,
"vi": 0,
"zh_CN": 0.9994918699186992,
"zh_TW": 0.9994918699186992
"zh_CN": 1,
"zh_TW": 1
}
}
1 change: 1 addition & 0 deletions src/saving/ISaveUpgradeStep.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ private static Dictionary<string, ISaveUpgradeStep> InitializeSaveUpgradeSteps()
{ "0.6.5.0-rc1", new UpgradeJustVersionNumber("0.6.5.0") },
{ "0.6.6.0-rc1", new UpgradeJustVersionNumber("0.6.6.0") },
{ "0.6.6.0", new UpgradeJustVersionNumber("0.6.6.1") },
{ "0.6.6.1", new UpgradeJustVersionNumber("0.6.6.2") },
};
}
}
Expand Down

0 comments on commit da13fb3

Please sign in to comment.