Skip to content

Commit 5556b8b

Browse files
committed
chore: bump core version
1 parent 2c7461f commit 5556b8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@thatopen/components",
33
"description": "Collection of core functionalities to author BIM apps.",
4-
"version": "2.4.3",
4+
"version": "2.4.4",
55
"author": "That Open Company",
66
"contributors": [
77
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
@@ -57,4 +57,4 @@
5757
"three": "^0.160.1",
5858
"web-ifc": "0.0.66"
5959
}
60-
}
60+
}

packages/core/src/core/Components/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class Components implements Disposable {
1414
/**
1515
* The version of the @thatopen/components library.
1616
*/
17-
static readonly release = "2.4.3";
17+
static readonly release = "2.4.4";
1818

1919
/** {@link Disposable.onDisposed} */
2020
readonly onDisposed = new Event<void>();

0 commit comments

Comments
 (0)