Skip to content

Commit 19b7492

Browse files
beachtomgithub-actions[bot]
authored andcommitted
Automated Version Number Setting
1 parent ec84229 commit 19b7492

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.48",
3+
"version": "0.0.49",
44
"description": "ifc loading on the web",
55
"module": "./web-ifc-api.js",
66
"main": "./web-ifc-api-node.js",

src/wasm/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.48";
5+
const std::string_view WEB_IFC_VERSION_NUMBER = "0.0.49";

0 commit comments

Comments
 (0)