Increment version.

This commit is contained in:
K. S. Ernest (iFire) Lee 2022-04-03 16:15:13 -07:00
parent b994b47970
commit f0fe737cf7
3 changed files with 4 additions and 7 deletions

View File

@ -1,8 +1,8 @@
name: "Build FBX2GLTF" name: "Build FBX2GLTF"
on: on:
push: push:
branches: tags:
- 'releases/**' - "v*"
concurrency: concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-build group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-build
@ -99,7 +99,6 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest" - uses: "marvinpinto/action-automatic-releases@latest"
with: with:
repo_token: "${{ secrets.GITHUB_TOKEN }}" repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: release-windows
prerelease: false prerelease: false
title: FBX2glTF Windows packages title: FBX2glTF Windows packages
files: | files: |
@ -194,7 +193,6 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest" - uses: "marvinpinto/action-automatic-releases@latest"
with: with:
repo_token: "${{ secrets.GITHUB_TOKEN }}" repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: release-linux
prerelease: false prerelease: false
title: FBX2glTF Linux packages title: FBX2glTF Linux packages
files: | files: |
@ -298,7 +296,6 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest" - uses: "marvinpinto/action-automatic-releases@latest"
with: with:
repo_token: "${{ secrets.GITHUB_TOKEN }}" repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: release-macos
prerelease: false prerelease: false
title: FBX2glTF Macos x86_64 packages title: FBX2glTF Macos x86_64 packages
files: | files: |

View File

@ -1,6 +1,6 @@
{ {
"name": "fbx2gltf", "name": "fbx2gltf",
"version": "0.11.0", "version": "0.12.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -17,7 +17,7 @@
#include <Windows.h> #include <Windows.h>
#endif #endif
#define FBX2GLTF_VERSION std::string("0.11.0") #define FBX2GLTF_VERSION std::string("0.12.0")
#include <fmt/printf.h> #include <fmt/printf.h>