Skip to content

Commit

Permalink
Fix: JS API & it's documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Aug 17, 2021
1 parent c867194 commit a3e97c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@ jobs:
author_email: vahid.mardani@gmail.com
message: 'Update: Documentation & Javascript distribution index'
branch: gh-pages
add: 'docs/index.json'
add: 'jsdist/index.json'
add:
- 'docs/index.json'
- 'jsdist/index.json'
2 changes: 1 addition & 1 deletion adia/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .renderer import Renderer


__version__ = '2.0.3'
__version__ = '2.0.4'
__all__ = [
'Diagram',
'SequenceDiagram',
Expand Down

0 comments on commit a3e97c8

Please sign in to comment.