Increment version.
This commit is contained in:
parent
b994b47970
commit
f0fe737cf7
|
@ -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: |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fbx2gltf",
|
||||
"version": "0.11.0",
|
||||
"version": "0.12.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue