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

View File

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

View File

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