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'; ```