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 13, 2024
1 parent 44e3e61 commit e02138a
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 228 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.63",
"version": "0.0.64",
"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.62";
const std::string_view WEB_IFC_VERSION_NUMBER = "0.0.64";
Loading

0 comments on commit e02138a

Please sign in to comment.