Skip to content

Commit

Permalink
release v5.3.105
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffierThanThou committed Aug 13, 2021
1 parent fe47a27 commit 33c1158
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 6 deletions.
Binary file modified Assemblies/BetterKeybinding.dll
Binary file not shown.
Binary file modified Assemblies/FollowMe.dll
Binary file not shown.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ Can safely be enabled/disabled in ongoing saves.
xProtosx: [Russian translation](https://github.com/fluffy-mods/FollowMe/commit/0f8f7b1)
Jorge Martínez: [Spanish translations](https://github.com/fluffy-mods/FollowMe/commit/4e32b03)
Oleksii Bespalov: [Fix settings saving](https://github.com/fluffy-mods/FollowMe/commit/eef73a6)
Proxyer: [Japanese Translation](https://github.com/fluffy-mods/FollowMe/commit/6e9507f)
Proxyer: [Japanese translation](https://github.com/fluffy-mods/FollowMe/commit/6e9507f)
duduluu: [Chinese translation](https://github.com/fluffy-mods/FollowMe/commit/75a5a6f)
stiphendor: [French translation](https://github.com/fluffy-mods/FollowMe/commit/fe47a27)


![Think you found a bug?](https://banners.karel-kroeze.nl/title/Think%20you%20found%20a%20bug%3F.png)
Expand Down
2 changes: 1 addition & 1 deletion Source/Cinematics/CinematicCameraManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public override void FinalizeInit() {
base.FinalizeInit();

if (!_patched) {
Harmony harmonyInstance = new Harmony( "Fluffy.FollowMe" );
Harmony harmonyInstance = new( "Fluffy.FollowMe" );
harmonyInstance.PatchAll(Assembly.GetExecutingAssembly());
_patched = true;
}
Expand Down
29 changes: 25 additions & 4 deletions modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"url": "https://github.com/fluffy-mods/FollowMe",
"version": {
"major": 5,
"minor": 2,
"build": 104
"minor": 3,
"build": 105
},
"author": {
"name": "Fluffy",
Expand All @@ -28,6 +28,15 @@
}
],
"changelog": [
{
"date": "2021-08-13T08:11:44.000Z",
"message": "French translation",
"author": {
"name": "stiphendor",
"email": "[email protected]"
},
"hash": "fe47a2799cc47a94e4780f16753f4d72a3d68036"
},
{
"date": "2021-08-11T08:21:19.000Z",
"message": "Update Japanese translation",
Expand Down Expand Up @@ -114,7 +123,7 @@
{
"hash": "6e9507f262b6e37d9b070fa1ce8e35f79eb3bbd2",
"author": "Proxyer",
"description": "Japanese Translation"
"description": "Japanese translation"
},
{
"hash": "75a5a6f01ef5bcde0da2f93574f1897fcfa064ba",
Expand All @@ -126,6 +135,11 @@
"author": "Proxyer",
"description": "Update Japanese translation",
"suppressed": true
},
{
"hash": "fe47a2799cc47a94e4780f16753f4d72a3d68036",
"author": "stiphendor",
"description": "French translation"
}
],
"contributors": {
Expand Down Expand Up @@ -154,7 +168,7 @@
{
"hash": "6e9507f",
"author": "Proxyer",
"description": "Japanese Translation"
"description": "Japanese translation"
}
],
"duduluu": [
Expand All @@ -163,6 +177,13 @@
"author": "duduluu",
"description": "Chinese translation"
}
],
"stiphendor": [
{
"hash": "fe47a27",
"author": "stiphendor",
"description": "French translation"
}
]
},
"attributions": [
Expand Down

0 comments on commit 33c1158

Please sign in to comment.