diff --git a/JotunnLib/BuildProps/version.props b/JotunnLib/BuildProps/version.props index e24f14abc..f1b99f1f0 100644 --- a/JotunnLib/BuildProps/version.props +++ b/JotunnLib/BuildProps/version.props @@ -1 +1 @@ -2.14.0 +2.14.1 diff --git a/JotunnLib/GitVersion.yml b/JotunnLib/GitVersion.yml index 29cc0ad91..99c057dd4 100644 --- a/JotunnLib/GitVersion.yml +++ b/JotunnLib/GitVersion.yml @@ -1,7 +1,7 @@ assembly-versioning-scheme: MajorMinorPatch mode: ContinuousDeployment tag-prefix: '[vV]' -next-version: 2.14.0 +next-version: 2.14.1 commit-message-incrementing: MergeMessageOnly branches: feat: diff --git a/JotunnLib/Main.cs b/JotunnLib/Main.cs index 352469ddf..8a1f76701 100644 --- a/JotunnLib/Main.cs +++ b/JotunnLib/Main.cs @@ -22,7 +22,7 @@ public class Main : BaseUnityPlugin /// /// The current version of the Jotunn library. /// - public const string Version = "2.14.0"; + public const string Version = "2.14.1"; /// /// The name of the library. diff --git a/JotunnLib/manifest.json b/JotunnLib/manifest.json index 7aed9a29a..0c8e63fe2 100644 --- a/JotunnLib/manifest.json +++ b/JotunnLib/manifest.json @@ -1,6 +1,6 @@ { "name": "Jotunn", - "version_number": "2.14.0", + "version_number": "2.14.1", "website_url": "https://github.com/Valheim-Modding/Jotunn", "description": "Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.", "dependencies": [