Skip to content

Commit

Permalink
deploy: Released v2.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 14, 2024
1 parent 2332a02 commit 70a0abd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion JotunnLib/BuildProps/version.props
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"><PropertyGroup><Version>2.19.1</Version></PropertyGroup></Project>
<?xml version="1.0" encoding="utf-8"?><Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"><PropertyGroup><Version>2.19.2</Version></PropertyGroup></Project>
2 changes: 1 addition & 1 deletion JotunnLib/GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
assembly-versioning-scheme: MajorMinorPatch
mode: ContinuousDeployment
tag-prefix: '[vV]'
next-version: 2.19.1
next-version: 2.19.2
commit-message-incrementing: MergeMessageOnly
branches:
feat:
Expand Down
2 changes: 1 addition & 1 deletion JotunnLib/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class Main : BaseUnityPlugin
/// <summary>
/// The current version of the Jotunn library.
/// </summary>
public const string Version = "2.19.1";
public const string Version = "2.19.2";

/// <summary>
/// The name of the library.
Expand Down
2 changes: 1 addition & 1 deletion JotunnLib/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Jotunn",
"version_number": "2.19.1",
"version_number": "2.19.2",
"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": [
Expand Down

0 comments on commit 70a0abd

Please sign in to comment.