From a4b06b30dded38664cd7dc3de0075eaa4ba88f3c Mon Sep 17 00:00:00 2001 From: shpaass Date: Thu, 20 Feb 2025 08:58:30 +0100 Subject: [PATCH] Release Yafc 2.8.1 --- Yafc/Yafc.csproj | 4 ++-- changelog.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Yafc/Yafc.csproj b/Yafc/Yafc.csproj index 1100a238..cf2ec96f 100644 --- a/Yafc/Yafc.csproj +++ b/Yafc/Yafc.csproj @@ -3,8 +3,8 @@ WinExe net8.0 win-x64;linux-x64;osx-x64;osx-arm64 - 2.8.0 - 2.8.0 + 2.8.1 + 2.8.1 true image.ico enable diff --git a/changelog.txt b/changelog.txt index 5a43bfaa..a3274e73 100644 --- a/changelog.txt +++ b/changelog.txt @@ -15,8 +15,8 @@ // Internal changes: // Changes to the code that do not affect the behavior of the program. ---------------------------------------------------------------------------------------------------------------------- -Version: -Date: +Version: 2.8.1 +Date: February 20th 2025 Fixes: - (regression) Links for recipes with fluid outputs were not handled correctly. ----------------------------------------------------------------------------------------------------------------------