Skip to content

Commit

Permalink
1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julianxhokaxhiu committed Apr 13, 2024
1 parent 67bed86 commit 36b02c2
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.1.${{ github.run_number }}
run-name: 1.19.0.${{ 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.1.${{ github.run_number }}"
_BUILD_VERSION: "1.19.0.${{ 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.1...master
- Full commit list since last stable release: https://github.com/julianxhokaxhiu/FFNx/compare/1.19.0...master

# 1.19.0

- Full commit list since last stable release: https://github.com/julianxhokaxhiu/FFNx/compare/1.18.1...1.19.0

## 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.1",
"version": "1.19.0",
"builtin-baseline": "898b728edc5e0d12b50015f9cd18247c4257a3eb",
"dependencies": [
"bgfx",
Expand Down

0 comments on commit 36b02c2

Please sign in to comment.