Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
arnog committed Feb 8, 2025
1 parent a948f78 commit 9a86890
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 @@ -4229,7 +4229,7 @@ static speakHook: (text) => void = defaultSpeakHook;
##### MathfieldElement.version
```ts
static version: string = '0.103.0';
static version: string = '0.104.0';
```
</MemberCard>
Expand Down Expand Up @@ -6071,7 +6071,7 @@ typically just uppercase and lowercase letters, and digits 0-9 in some cases.
const version: object;
```

Current version: `0.103.0`
Current version: `0.104.0`

The version string of the SDK using the [semver](https://semver.org/) convention:

Expand All @@ -6090,7 +6090,7 @@ The version string of the SDK using the [semver](https://semver.org/) convention
##### version.mathlive

```ts
mathlive: string = '0.103.0';
mathlive: string = '0.104.0';
```

</MemberCard>
Expand Down

0 comments on commit 9a86890

Please sign in to comment.