From a00e062960d90a38432fa27bc8cd8da5a82ce187 Mon Sep 17 00:00:00 2001 From: Julian Xhokaxhiu Date: Sat, 24 Feb 2024 18:52:46 +0100 Subject: [PATCH] 1.18.1 --- .github/workflows/{main-1.18.0.yml => main-1.18.1.yml} | 4 ++-- Changelog.md | 6 +++++- vcpkg.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) rename .github/workflows/{main-1.18.0.yml => main-1.18.1.yml} (96%) diff --git a/.github/workflows/main-1.18.0.yml b/.github/workflows/main-1.18.1.yml similarity index 96% rename from .github/workflows/main-1.18.0.yml rename to .github/workflows/main-1.18.1.yml index a5c7c54d..4980d5c7 100644 --- a/.github/workflows/main-1.18.0.yml +++ b/.github/workflows/main-1.18.1.yml @@ -1,6 +1,6 @@ name: FFNx -run-name: 1.18.0.${{ github.run_number }} +run-name: 1.18.1.${{ github.run_number }} on: workflow_dispatch: @@ -50,7 +50,7 @@ jobs: run: ".github/workflows/build.ps1" shell: pwsh env: - _BUILD_VERSION: "1.18.0.${{ github.run_number }}" + _BUILD_VERSION: "1.18.1.${{ github.run_number }}" GITHUB_PACKAGES_PAT: ${{ secrets.GITHUB_TOKEN }} - name: Publish PR artifacts if: env._IS_GITHUB_RELEASE == 'false' && success() diff --git a/Changelog.md b/Changelog.md index 00f7d1ae..cbb3c196 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,10 @@ # Next -- Full commit list since last stable release: https://github.com/julianxhokaxhiu/FFNx/compare/1.18.0...master +- Full commit list since last stable release: https://github.com/julianxhokaxhiu/FFNx/compare/1.18.1...master + +# 1.18.1 + +- Full commit list since last stable release: https://github.com/julianxhokaxhiu/FFNx/compare/1.18.0...1.18.1 ## Common diff --git a/vcpkg.json b/vcpkg.json index 7949ce05..019f7b03 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "ffnx", - "version": "1.18.0", + "version": "1.18.1", "builtin-baseline": "53bef8994c541b6561884a8395ea35715ece75db", "dependencies": [ "bgfx",