Skip to content

Commit

Permalink
chore(core): bump release version
Browse files Browse the repository at this point in the history
  • Loading branch information
agviegas committed Jul 25, 2024
1 parent 961d03d commit 939fa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/core/Components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class Components implements Disposable {
/**
* The version of the @thatopen/components library.
*/
static readonly release = "2.1.13";
static readonly release = "2.1.14";

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

0 comments on commit 939fa66

Please sign in to comment.