Skip to content

Commit

Permalink
1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julianxhokaxhiu committed Sep 22, 2024
1 parent 7675779 commit 699d7c9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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()
Expand Down
6 changes: 5 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

<div align="center">
<img src="https://github.com/julianxhokaxhiu/FFNx/blob/master/.logo/logo_nobg.png" alt="">
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffnx",
"version": "1.20.0",
"version": "1.20.1",
"builtin-baseline": "1de2026f28ead93ff1773e6e680387643e914ea1",
"dependencies": [
"bgfx",
Expand Down

0 comments on commit 699d7c9

Please sign in to comment.