From 0d3098d6b712a04b37a1d0af90fcdf23877b31a4 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 2 Nov 2024 17:14:57 +0000
Subject: [PATCH] deploy: Released v2.21.3
---
JotunnLib/BuildProps/version.props | 2 +-
JotunnLib/GitVersion.yml | 2 +-
JotunnLib/Main.cs | 2 +-
JotunnLib/manifest.json | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/JotunnLib/BuildProps/version.props b/JotunnLib/BuildProps/version.props
index 4f86ebbe9..25e77658e 100644
--- a/JotunnLib/BuildProps/version.props
+++ b/JotunnLib/BuildProps/version.props
@@ -1 +1 @@
-2.21.2
+2.21.3
diff --git a/JotunnLib/GitVersion.yml b/JotunnLib/GitVersion.yml
index 27c9e2007..69ddbb3ee 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.21.2
+next-version: 2.21.3
commit-message-incrementing: MergeMessageOnly
branches:
feat:
diff --git a/JotunnLib/Main.cs b/JotunnLib/Main.cs
index 34b42e75d..50c70a17a 100644
--- a/JotunnLib/Main.cs
+++ b/JotunnLib/Main.cs
@@ -21,7 +21,7 @@ public class Main : BaseUnityPlugin
///
/// The current version of the Jotunn library.
///
- public const string Version = "2.21.2";
+ public const string Version = "2.21.3";
///
/// The name of the library.
diff --git a/JotunnLib/manifest.json b/JotunnLib/manifest.json
index 165d2dda6..ded47bf06 100644
--- a/JotunnLib/manifest.json
+++ b/JotunnLib/manifest.json
@@ -1,6 +1,6 @@
{
"name": "Jotunn",
- "version_number": "2.21.2",
+ "version_number": "2.21.3",
"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": [