Skip to content

Commit bb0702a

Browse files
authored
Update F3D version to 3.4.0 (#2778)
1 parent b911ac9 commit bb0702a

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
@@ -34,7 +34,7 @@ set(F3D_MINOR_VERSION 4)
3434
set(F3D_PATCH_VERSION 0)
3535
set(F3D_VERSION ${F3D_MAJOR_VERSION}.${F3D_MINOR_VERSION}.${F3D_PATCH_VERSION})
3636

37-
set(F3D_PATCH_VERSION_EXTRA "RC2")
37+
set(F3D_PATCH_VERSION_EXTRA "")
3838
if(F3D_PATCH_VERSION_EXTRA STREQUAL "")
3939
set(F3D_VERSION_FULL ${F3D_VERSION})
4040
else()

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-RC2",
3+
"version": "3.4.0",
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-RC2"
52+
fallback_version = "3.4.0"
5353

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

0 commit comments

Comments
 (0)