Skip to content

Commit

Permalink
Automated Version Number Setting
Browse files Browse the repository at this point in the history
  • Loading branch information
beachtom authored and github-actions[bot] committed Nov 28, 2024
1 parent 66c5879 commit d528ef7
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 213 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.66",
"version": "0.0.67",
"description": "ifc loading on the web",
"module": "./web-ifc-api.js",
"main": "./web-ifc-api-node.js",
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#pragma once
#include<string_view>

const std::string_view WEB_IFC_VERSION_NUMBER = "0.0.66";
const std::string_view WEB_IFC_VERSION_NUMBER = "0.0.67";
Loading

0 comments on commit d528ef7

Please sign in to comment.