Skip to content

Commit

Permalink
4.3.1: Fix crash when blocking with Apollo bow
Browse files Browse the repository at this point in the history
  • Loading branch information
jpw1991 committed Nov 12, 2023
1 parent 2bfb3b7 commit 3a73b17
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ChebsMythicalWeapons/ChebsMythicalWeapons.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ internal class ChebsMythicalWeapons : BaseUnityPlugin
{
public const string PluginGuid = "com.chebgonaz.chebsmythicalweapons";
public const string PluginName = "ChebsMythicalWeapons";
public const string PluginVersion = "4.3.0";
public const string PluginVersion = "4.3.1";

private const string ConfigFileName = PluginGuid + ".cfg";
private static readonly string ConfigFileFullPath = Path.Combine(Paths.ConfigPath, ConfigFileName);
Expand Down
1 change: 1 addition & 0 deletions ChebsMythicalWeapons/Package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ You can find the github [here](https://github.com/jpw1991/chebs-mythical-weapons

Date | Version | Notes
--- | --- | ---
12/11/2023 | 4.3.1 | Fix crash when blocking with Apollo bow
08/09/2023 | 4.2.4 | expose Joyce axe's chop damage values to config
06/09/2023 | 4.2.3 | expose Joyce axe's tool tier to config
03/09/2023 | 4.2.2 | expose additional bow of apollo velocity values to config
Expand Down
2 changes: 1 addition & 1 deletion ChebsMythicalWeapons/Package/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ChebsMythicalWeapons",
"description": "Adds mythical weapons to Valheim. The weapons are found in special locations; eg. Excalibur must be found somewhere in the world and only someone with 100 sword skill can remove it from the stone and use it.",
"version_number": "4.3.0",
"version_number": "4.3.1",
"website_url": "https://github.com/jpw1991/chebs-mythical-weapons",
"dependencies": [
"ValheimModding-Jotunn-2.11.2"
Expand Down
4 changes: 2 additions & 2 deletions ChebsMythicalWeapons/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.3.0.0")]
[assembly: AssemblyFileVersion("4.3.0.0")]
[assembly: AssemblyVersion("4.3.1.0")]
[assembly: AssemblyFileVersion("4.3.1.0")]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ You can find the github [here](https://github.com/jpw1991/chebs-mythical-weapons

Date | Version | Notes
--- | --- | ---
12/11/2023 | 4.3.1 | Fix crash when blocking with Apollo bow
08/09/2023 | 4.2.4 | expose Joyce axe's chop damage values to config
06/09/2023 | 4.2.3 | expose Joyce axe's tool tier to config
03/09/2023 | 4.2.2 | expose additional bow of apollo velocity values to config
Expand Down

0 comments on commit 3a73b17

Please sign in to comment.