We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a5e68 commit 42f91b7Copy full SHA for 42f91b7
README.md
@@ -19,7 +19,7 @@ Add `markedit-api` to your (TypeScript) project's devDependencies:
19
```json
20
{
21
"devDependencies": {
22
- "markedit-api": "https://github.com/MarkEdit-app/MarkEdit-api#v0.8.0"
+ "markedit-api": "https://github.com/MarkEdit-app/MarkEdit-api#v0.9.0"
23
}
24
25
```
package.json
@@ -1,6 +1,6 @@
1
2
"name": "markedit-api",
3
- "version": "0.8.0",
+ "version": "0.9.0",
4
"description": "Type definitions for the latest MakrEdit API.",
5
"main": "main.ts",
6
"types": "markedit.d.ts",
0 commit comments