Commit 4c3bcd9 1 parent 07ec45c commit 4c3bcd9 Copy full SHA for 4c3bcd9
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @thatopen/components" ,
3
3
"description" : " Collection of core functionalities to author BIM apps." ,
4
- "version" : " 2.3.0 " ,
4
+ "version" : " 2.3.1 " ,
5
5
"author" : " That Open Company" ,
6
6
"contributors" : [
7
7
" Antonio Gonzalez Viegas (https://github.com/agviegas)" ,
55
55
"three" : " ^0.160.1" ,
56
56
"web-ifc" : " 0.0.59"
57
57
}
58
- }
58
+ }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export class Components implements Disposable {
14
14
/**
15
15
* The version of the @thatopen/components library.
16
16
*/
17
- static readonly release = "2.3.0 " ;
17
+ static readonly release = "2.3.1 " ;
18
18
19
19
/** {@link Disposable.onDisposed } */
20
20
readonly onDisposed = new Event < void > ( ) ;
You can’t perform that action at this time.
0 commit comments