Skip to content

Commit

Permalink
1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julianxhokaxhiu committed Feb 24, 2024
1 parent f6c273b commit a00e062
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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()
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.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

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.18.0",
"version": "1.18.1",
"builtin-baseline": "53bef8994c541b6561884a8395ea35715ece75db",
"dependencies": [
"bgfx",
Expand Down

0 comments on commit a00e062

Please sign in to comment.