Skip to content

Commit 3b2d96b

Browse files
deploy: Released v2.7.4
1 parent e450c62 commit 3b2d96b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

JotunnLib/BuildProps/version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="utf-8"?><Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"><PropertyGroup><Version>2.7.3</Version></PropertyGroup></Project>
1+
<?xml version="1.0" encoding="utf-8"?><Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"><PropertyGroup><Version>2.7.4</Version></PropertyGroup></Project>

JotunnLib/GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
assembly-versioning-scheme: MajorMinorPatch
22
mode: ContinuousDeployment
33
tag-prefix: '[vV]'
4-
next-version: 2.7.3
4+
next-version: 2.7.4
55
commit-message-incrementing: MergeMessageOnly
66
branches:
77
feat:

JotunnLib/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class Main : BaseUnityPlugin
2121
/// <summary>
2222
/// The current version of the Jotunn library.
2323
/// </summary>
24-
public const string Version = "2.7.3";
24+
public const string Version = "2.7.4";
2525

2626
/// <summary>
2727
/// The name of the library.

JotunnLib/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Jotunn",
3-
"version_number": "2.7.3",
3+
"version_number": "2.7.4",
44
"website_url": "https://github.com/Valheim-Modding/Jotunn",
55
"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.",
66
"dependencies": [

0 commit comments

Comments
 (0)