Skip to content

Commit 41e7f9d

Browse files
authored
Update version to 3.3.0-RC3 (#2545)
1 parent 0139c7f commit 41e7f9d

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 3)
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 "RC3")
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.3.0-RC2",
3+
"version": "3.3.0-RC3",
44
"description": "Fast and minimalist 3D viewer framework",
55
"exports": "./dist/f3d.js",
66
"files": [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ wheel.packages = []
5252
version_file = "_version.py"
5353
version_scheme = "no-guess-dev"
5454
local_scheme = "no-local-version"
55-
fallback_version = "3.3.0-RC2"
55+
fallback_version = "3.3.0-RC3"
5656

5757
[tool.scikit-build.cmake.define]
5858
CMAKE_OSX_DEPLOYMENT_TARGET = "10.15"

0 commit comments

Comments
 (0)