Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
arnog committed Nov 16, 2024
1 parent 716f761 commit 01cc65d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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';
```
</MemberCard>
Expand Down Expand Up @@ -6235,7 +6235,7 @@ static speakHook: (text) => void = defaultSpeakHook;
##### MathfieldElement.version
```ts
static version: string = '0.101.1';
static version: string = '0.101.2';
```
</MemberCard>
Expand Down

0 comments on commit 01cc65d

Please sign in to comment.