From 01cc65dc8e4750f598eae35b0a3350c62b7975c7 Mon Sep 17 00:00:00 2001 From: Arno Gourdol Date: Fri, 15 Nov 2024 16:42:51 -0800 Subject: [PATCH] doc --- src/api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/api.md b/src/api.md index 86f144755..409ca45d3 100644 --- a/src/api.md +++ b/src/api.md @@ -3607,7 +3607,7 @@ typically just uppercase and lowercase letters, and digits 0-9 in some cases. const version: object; ``` -Current version: `0.101.1` +Current version: `0.101.2` The version string of the SDK using the [semver](https://semver.org/) convention: @@ -3626,7 +3626,7 @@ The version string of the SDK using the [semver](https://semver.org/) convention ##### version.mathlive ```ts -mathlive: string = '0.101.1'; +mathlive: string = '0.101.2'; ``` @@ -6235,7 +6235,7 @@ static speakHook: (text) => void = defaultSpeakHook; ##### MathfieldElement.version ```ts -static version: string = '0.101.1'; +static version: string = '0.101.2'; ```