From f0fe737cf7df56f3942f2043382200aa95fe1bfd Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 3 Apr 2022 16:15:13 -0700 Subject: [PATCH] Increment version. --- .github/workflows/build-release.yml | 7 ++----- npm/fbx2gltf/package-lock.json | 2 +- src/FBX2glTF.h | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index aa0fb86..c50a5a1 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -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: | diff --git a/npm/fbx2gltf/package-lock.json b/npm/fbx2gltf/package-lock.json index 552d9d7..f521779 100644 --- a/npm/fbx2gltf/package-lock.json +++ b/npm/fbx2gltf/package-lock.json @@ -1,6 +1,6 @@ { "name": "fbx2gltf", - "version": "0.11.0", + "version": "0.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src/FBX2glTF.h b/src/FBX2glTF.h index c339d79..56d5dbc 100644 --- a/src/FBX2glTF.h +++ b/src/FBX2glTF.h @@ -17,7 +17,7 @@ #include #endif -#define FBX2GLTF_VERSION std::string("0.11.0") +#define FBX2GLTF_VERSION std::string("0.12.0") #include