Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
chore(version): update version (0.33.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
arncet committed Feb 21, 2020
1 parent c64337a commit f41ac63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions dist/mathlive.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ declare type MathFieldCallback = (mathfield: MathField) => void;
@property {boolean} keypressVibration?
@property {string} keypressSound?
@property {string} plonkSound?
@property {boolean} readOnly?
@property {"mathlive" | "sre"} textToSpeechRules?
@property {"ssml" | "mac"} textToSpeechMarkup?
@property {object} textToSpeechRulesOptions?
Expand Down Expand Up @@ -100,7 +99,6 @@ declare type MathFieldConfig = {
keypressVibration?: boolean;
keypressSound?: string;
plonkSound?: string;
readOnly?: boolean;
textToSpeechRules?: "mathlive" | "sre";
textToSpeechMarkup?: "ssml" | "mac";
textToSpeechRulesOptions?: any;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mathlive",
"version": "0.33.2",
"version": "0.33.3",
"description": "Render and edit beautifully typeset math",
"license": "MIT",
"funding": {
Expand Down

0 comments on commit f41ac63

Please sign in to comment.