Skip to content

Commit

Permalink
4.2.0: update for new valheim version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpw1991 committed Aug 22, 2023
1 parent 4dc4abd commit 94f613c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ChebsNecromancy/BasePlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ internal class BasePlugin : BaseUnityPlugin
{
public const string PluginGuid = "com.chebgonaz.ChebsNecromancy";
public const string PluginName = "ChebsNecromancy";
public const string PluginVersion = "4.1.1";
public const string PluginVersion = "4.2.0";
private const string ConfigFileName = PluginGuid + ".cfg";
private static readonly string ConfigFileFullPath = Path.Combine(Paths.ConfigPath, ConfigFileName);

public readonly System.Version ChebsValheimLibraryVersion = new("2.2.0");
public readonly System.Version ChebsValheimLibraryVersion = new("2.3.0");

private readonly Harmony harmony = new(PluginGuid);

Expand Down
1 change: 1 addition & 0 deletions ChebsNecromancy/Package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ A special thanks to the people who've helped me along the way:

Date | Version | Notes
--- | --- | ---
23/08/2023 | 4.2.0 | update for new valheim patch
02/08/2023 | 4.1.1 | strengthen null checks in Phylactery patch
30/07/2023 | 4.1.0 | add phylactery that consumes dragon eggs when you die and teleports you back to its location
28/07/2023 | 4.0.0 | Workers should behave more realistically with gradual destruction of rocks, trees, etc.
Expand Down
2 changes: 1 addition & 1 deletion ChebsNecromancy/Package/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ChebsNecromancy",
"description": "Cheb's Necromancy adds Necromancy to Valheim via craftable wands and structures. Minions will follow you, guard your base, and perform menial tasks.",
"version_number": "4.1.1",
"version_number": "4.2.0",
"website_url": "https://github.com/jpw1991/chebs-necromancy",
"dependencies": [
"ValheimModding-Jotunn-2.11.2"
Expand Down
4 changes: 2 additions & 2 deletions ChebsNecromancy/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// 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.1.1.0")]
[assembly: AssemblyFileVersion("4.1.1.0")]
[assembly: AssemblyVersion("4.2.0.0")]
[assembly: AssemblyFileVersion("4.2.0.0")]

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ A special thanks to the people who've helped me along the way:

Date | Version | Notes
--- | --- | ---
23/08/2023 | 4.2.0 | update for new valheim patch
02/08/2023 | 4.1.1 | strengthen null checks in Phylactery patch
30/07/2023 | 4.1.0 | add phylactery that consumes dragon eggs when you die and teleports you back to its location
28/07/2023 | 4.0.0 | Workers should behave more realistically with gradual destruction of rocks, trees, etc.
Expand Down

0 comments on commit 94f613c

Please sign in to comment.