From 699d7c915595784be28bc581c33ba5356a0b8d21 Mon Sep 17 00:00:00 2001 From: Julian Xhokaxhiu Date: Sun, 22 Sep 2024 12:12:48 +0200 Subject: [PATCH] 1.20.1 --- .github/workflows/{main-1.20.0.yml => main-1.20.1.yml} | 4 ++-- Changelog.md | 6 +++++- README.md | 2 +- vcpkg.json | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) rename .github/workflows/{main-1.20.0.yml => main-1.20.1.yml} (97%) diff --git a/.github/workflows/main-1.20.0.yml b/.github/workflows/main-1.20.1.yml similarity index 97% rename from .github/workflows/main-1.20.0.yml rename to .github/workflows/main-1.20.1.yml index ea9af035..245dc231 100644 --- a/.github/workflows/main-1.20.0.yml +++ b/.github/workflows/main-1.20.1.yml @@ -1,6 +1,6 @@ name: FFNx -run-name: 1.20.0.${{ github.run_number }} +run-name: 1.20.1.${{ github.run_number }} on: workflow_dispatch: @@ -50,7 +50,7 @@ jobs: run: ".github/workflows/build.ps1" shell: pwsh env: - _BUILD_VERSION: "1.20.0.${{ github.run_number }}" + _BUILD_VERSION: "1.20.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 8319b02a..485f6c39 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.20.0...master +- Full commit list since last stable release: https://github.com/julianxhokaxhiu/FFNx/compare/1.20.1...master + +# 1.20.1 + +- Full commit list since last stable release: https://github.com/julianxhokaxhiu/FFNx/compare/1.20.0...1.20.1 ## FF7 diff --git a/README.md b/README.md index 5599c4b9..bfc003f6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![License](https://img.shields.io/github/license/julianxhokaxhiu/FFNx) ![Overall Downloads](https://img.shields.io/github/downloads/julianxhokaxhiu/FFNx/total?label=Overall%20Downloads) ![Latest Stable Downloads](https://img.shields.io/github/downloads/julianxhokaxhiu/FFNx/latest/total?label=Latest%20Stable%20Downloads&sort=semver) ![Latest Canary Downloads](https://img.shields.io/github/downloads/julianxhokaxhiu/FFNx/canary/total?label=Latest%20Canary%20Downloads) ![GitHub Actions Workflow Status](https://github.com/julianxhokaxhiu/FFNx/actions/workflows/main-1.20.0.yml/badge.svg?branch=master) +![License](https://img.shields.io/github/license/julianxhokaxhiu/FFNx) ![Overall Downloads](https://img.shields.io/github/downloads/julianxhokaxhiu/FFNx/total?label=Overall%20Downloads) ![Latest Stable Downloads](https://img.shields.io/github/downloads/julianxhokaxhiu/FFNx/latest/total?label=Latest%20Stable%20Downloads&sort=semver) ![Latest Canary Downloads](https://img.shields.io/github/downloads/julianxhokaxhiu/FFNx/canary/total?label=Latest%20Canary%20Downloads) ![GitHub Actions Workflow Status](https://github.com/julianxhokaxhiu/FFNx/actions/workflows/main-1.20.1.yml/badge.svg?branch=master)
diff --git a/vcpkg.json b/vcpkg.json index 289cea67..a61bcd3d 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "ffnx", - "version": "1.20.0", + "version": "1.20.1", "builtin-baseline": "1de2026f28ead93ff1773e6e680387643e914ea1", "dependencies": [ "bgfx",