Skip to content

Commit

Permalink
Bump version to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Dec 13, 2023
1 parent 5575b44 commit 546baa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ renders the SVG diagram shown below):
To use this extension, include the following line in your ReSpec file:

```html
<script class="remove" src="https://cdn.jsdelivr.net/gh/digitalbazaar/respec-mermaid@1.0.1/dist/main.js"></script>
<script class="remove" src="https://cdn.jsdelivr.net/gh/digitalbazaar/respec-mermaid@1.1.0/dist/main.js"></script>
```

and set the following configuration option in your ReSpec configuration:
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": "respec-mermaid",
"version": "0.0.1",
"version": "1.1.0",
"main": "index.js",
"scripts": {
"start": "http-server .",
Expand Down

0 comments on commit 546baa9

Please sign in to comment.