Skip to content

Commit a25f6ee

Browse files
beachtomgithub-actions[bot]
authored andcommitted
Automated Version Number Setting
1 parent 7670f83 commit a25f6ee

File tree

4 files changed

+127
-222
lines changed

4 files changed

+127
-222
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-ifc",
3-
"version": "0.0.65",
3+
"version": "0.0.66",
44
"description": "ifc loading on the web",
55
"module": "./web-ifc-api.js",
66
"main": "./web-ifc-api-node.js",

src/cpp/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#pragma once
33
#include<string_view>
44

5-
const std::string_view WEB_IFC_VERSION_NUMBER = "0.0.65";
5+
const std::string_view WEB_IFC_VERSION_NUMBER = "0.0.66";

0 commit comments

Comments
 (0)