Skip to content

Commit

Permalink
Automated Version Number Setting
Browse files Browse the repository at this point in the history
beachtom authored and github-actions[bot] committed Nov 17, 2024
1 parent 5a2e081 commit d6934bb
Showing 4 changed files with 118 additions and 221 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-ifc",
"version": "0.0.64",
"version": "0.0.65",
"description": "ifc loading on the web",
"module": "./web-ifc-api.js",
"main": "./web-ifc-api-node.js",
2 changes: 1 addition & 1 deletion src/cpp/version.h
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@
#pragma once
#include<string_view>

const std::string_view WEB_IFC_VERSION_NUMBER = "0.0.64";
const std::string_view WEB_IFC_VERSION_NUMBER = "0.0.65";
331 changes: 114 additions & 217 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit d6934bb

Please sign in to comment.