Skip to content

Commit

Permalink
api
Browse files Browse the repository at this point in the history
  • Loading branch information
arnog committed Oct 15, 2024
1 parent ef726ac commit 317ce23
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.0`
Current version: `0.101.1`
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.0';
mathlive: string = '0.101.1';
```
</MemberCard>
Expand Down Expand Up @@ -6227,7 +6227,7 @@ static speakHook: (text) => void = defaultSpeakHook;
##### MathfieldElement.version
```ts
static version: string = '0.101.0';
static version: string = '0.101.1';
```
</MemberCard>
Expand Down Expand Up @@ -7210,8 +7210,8 @@ static loadSound(sound): Promise<void>
\| `"keypress"`
\| `"plonk"`
\| `"delete"`
\| `"spacebar"`
\| `"return"`
\| `"spacebar"`
`Promise`\<`void`\>
Expand Down Expand Up @@ -7247,8 +7247,8 @@ static playSound(name): Promise<void>
\| `"keypress"`
\| `"plonk"`
\| `"delete"`
\| `"spacebar"`
\| `"return"`
\| `"spacebar"`
`Promise`\<`void`\>
Expand Down

0 comments on commit 317ce23

Please sign in to comment.