Skip to content

Commit 6838c62

Browse files
authored
Merge pull request #2789 from f3d-app/release
merge release into master
2 parents 6c5c9a0 + 7b221b2 commit 6838c62

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ include(f3dVersion)
3131
# Handle F3D_VERSION
3232
set(F3D_MAJOR_VERSION 3)
3333
set(F3D_MINOR_VERSION 4)
34-
set(F3D_PATCH_VERSION 0)
34+
set(F3D_PATCH_VERSION 1)
3535
set(F3D_VERSION ${F3D_MAJOR_VERSION}.${F3D_MINOR_VERSION}.${F3D_PATCH_VERSION})
3636

3737
set(F3D_PATCH_VERSION_EXTRA "")

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "f3d",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "Fast and minimalist 3D viewer framework",
55
"exports": "./dist/f3d.js",
66
"types": "./dist/f3d.d.ts",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ wheel.packages = []
4949
version_file = "_version.py"
5050
version_scheme = "no-guess-dev"
5151
local_scheme = "no-local-version"
52-
fallback_version = "3.4.0"
52+
fallback_version = "3.4.1"
5353

5454
[tool.scikit-build.cmake.define]
5555
CMAKE_OSX_DEPLOYMENT_TARGET = "10.15"

0 commit comments

Comments
 (0)