diff --git a/.github/workflows/main-1.20.1.yml b/.github/workflows/main-1.20.2.yml similarity index 97% rename from .github/workflows/main-1.20.1.yml rename to .github/workflows/main-1.20.2.yml index 245dc231..46129649 100644 --- a/.github/workflows/main-1.20.1.yml +++ b/.github/workflows/main-1.20.2.yml @@ -1,6 +1,6 @@ name: FFNx -run-name: 1.20.1.${{ github.run_number }} +run-name: 1.20.2.${{ github.run_number }} on: workflow_dispatch: @@ -50,7 +50,7 @@ jobs: run: ".github/workflows/build.ps1" shell: pwsh env: - _BUILD_VERSION: "1.20.1.${{ github.run_number }}" + _BUILD_VERSION: "1.20.2.${{ 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 119bec14..fa476c94 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.1...master +- Full commit list since last stable release: https://github.com/julianxhokaxhiu/FFNx/compare/1.20.2...master + +# 1.20.2 + +- Full commit list since last stable release: https://github.com/julianxhokaxhiu/FFNx/compare/1.20.1...1.20.2 ## FF7 Steam diff --git a/README.md b/README.md index bfc003f6..2033551f 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.1.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.2.yml/badge.svg?branch=master)
diff --git a/vcpkg.json b/vcpkg.json index a61bcd3d..5ac78374 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "ffnx", - "version": "1.20.1", + "version": "1.20.2", "builtin-baseline": "1de2026f28ead93ff1773e6e680387643e914ea1", "dependencies": [ "bgfx",