Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Aug 8, 2021
1 parent fe19b02 commit 0bcc054
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ jsdist: $(WEBCLINIC_BUILD)/adia.bundle.js $(WEBCLINIC_BUILD)/adia.js
mkdir -p $(JSDIST)
cp $(WEBCLINIC_BUILD)/adia.bundle.js $(JSDIST)/adia.bundle-$(ADIA_VER).js
cp $(WEBCLINIC_BUILD)/adia.js $(JSDIST)/adia-$(ADIA_VER).js
ln -sf adia.bundle-$(ADIA_VER).js $(JSDIST)/adia.bundle.js
ln -sf adia-$(ADIA_VER).js $(JSDIST)/adia.js

.PHONY: webclinic
webclinic: $(DIST_FILES) $(WEBCLINIC_BUILD)/adia.bundle.js \
Expand Down
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__ = '0.3.1'
__version__ = '0.4.0'
__all__ = [
'Diagram',
'SequenceDiagram',
Expand Down

0 comments on commit 0bcc054

Please sign in to comment.