From fd2b1a749cc4915b9cc94f974f8de01513b5a2bd Mon Sep 17 00:00:00 2001 From: beachtom Date: Thu, 18 Jan 2024 21:09:33 +0000 Subject: [PATCH] Automated Version Number Setting --- package-lock.json | 4 ++-- package.json | 2 +- src/wasm/version.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b80ab3f..d9f5421a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "web-ifc", - "version": "0.0.49", + "version": "0.0.50", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "web-ifc", - "version": "0.0.49", + "version": "0.0.50", "devDependencies": { "@types/three": "^0.156.0", "adm-zip": "^0.5.10", diff --git a/package.json b/package.json index 2cc1c587..4b0d57bb 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/wasm/version.h b/src/wasm/version.h index 39b87994..6d13dd0a 100644 --- a/src/wasm/version.h +++ b/src/wasm/version.h @@ -2,4 +2,4 @@ #pragma once #include -const std::string_view WEB_IFC_VERSION_NUMBER = "0.0.49"; +const std::string_view WEB_IFC_VERSION_NUMBER = "0.0.50";