From 208ea410f9ed0ac6f6d9237534bfe4564396fb47 Mon Sep 17 00:00:00 2001 From: Arno Gourdol Date: Fri, 29 Nov 2024 22:07:58 +0100 Subject: [PATCH] build --- src/api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/api.md b/src/api.md index 7c2b842db..80259fc50 100644 --- a/src/api.md +++ b/src/api.md @@ -3394,7 +3394,7 @@ typically just uppercase and lowercase letters, and digits 0-9 in some cases. const version: object; ``` -Current version: `0.101.2` +Current version: `0.102.0` The version string of the SDK using the [semver](https://semver.org/) convention: @@ -3413,7 +3413,7 @@ The version string of the SDK using the [semver](https://semver.org/) convention ##### version.mathlive ```ts -mathlive: string = '0.101.2'; +mathlive: string = '0.102.0'; ``` @@ -6749,7 +6749,7 @@ static speakHook: (text) => void = defaultSpeakHook; ##### MathfieldElement.version ```ts -static version: string = '0.101.2'; +static version: string = '0.102.0'; ```