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 Jan 18, 2024
1 parent 060fbcb commit fd2b1a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.49",
"version": "0.0.50",
"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/wasm/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.49";
const std::string_view WEB_IFC_VERSION_NUMBER = "0.0.50";

0 comments on commit fd2b1a7

Please sign in to comment.