From ca50d6e2374db4538ae3dacbf68bb0282dccd43f Mon Sep 17 00:00:00 2001 From: Tapio Malmberg Date: Sun, 2 Jun 2024 09:42:27 +0300 Subject: [PATCH] Increment version and update release notes --- samples/DLCBuilder.Domain/DLCBuilder.Domain.fsproj | 2 +- samples/DLCBuilder/DLCBuilder.fsproj | 2 +- samples/DLCBuilder/RELEASE_NOTES.md | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/samples/DLCBuilder.Domain/DLCBuilder.Domain.fsproj b/samples/DLCBuilder.Domain/DLCBuilder.Domain.fsproj index 7d73d7c8..876f717e 100644 --- a/samples/DLCBuilder.Domain/DLCBuilder.Domain.fsproj +++ b/samples/DLCBuilder.Domain/DLCBuilder.Domain.fsproj @@ -6,7 +6,7 @@ x64 1182;3390;$(WarnOn) true - 3.1.0 + 3.1.1 diff --git a/samples/DLCBuilder/DLCBuilder.fsproj b/samples/DLCBuilder/DLCBuilder.fsproj index d69c9d86..d8ca85ef 100644 --- a/samples/DLCBuilder/DLCBuilder.fsproj +++ b/samples/DLCBuilder/DLCBuilder.fsproj @@ -13,7 +13,7 @@ Assets\icon.ico 1182;3390;$(WarnOn) true - 3.1.0 + 3.1.1 diff --git a/samples/DLCBuilder/RELEASE_NOTES.md b/samples/DLCBuilder/RELEASE_NOTES.md index ae12b15d..72485b3a 100644 --- a/samples/DLCBuilder/RELEASE_NOTES.md +++ b/samples/DLCBuilder/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +## 3.1.1 (Released 2024-06-02) + +- Improvement to the similar phrase search algorithm. + ## 3.1.0 (Released 2024-06-01) - Added validation that all characters used in the lyrics are found in a custom font.