Skip to content

Commit 4d462ef

Browse files
committed
Update version
1 parent 254ba7b commit 4d462ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-mathlive",
3-
"version": "2.0.5",
3+
"version": "3.0.0",
44
"description": "An interactive math input for react.",
55
"main": "dist/index.js",
66
"files": [

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { MathfieldComponent, Props as MathFieldComponentProps } from './MathfieldComponent';
1+
export { MathfieldComponent, Props as MathfieldComponentProps } from './MathfieldComponent';

0 commit comments

Comments
 (0)