Skip to content

Commit

Permalink
Bump to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vishaltelangre committed Dec 9, 2020
1 parent 22d3bec commit 3d1033c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}
}
</style>
<script src="https://cdn.jsdelivr.net/npm/@editorjs/editorjs@2.18"></script>
<script src="https://cdn.jsdelivr.net/npm/@editorjs/editorjs@2.19"></script>
<script src="../dist/bundle.js"></script>
<link
rel="stylesheet"
Expand Down
2 changes: 1 addition & 1 deletion examples/development.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}
}
</style>
<script src="https://cdn.jsdelivr.net/npm/@editorjs/editorjs@2.18"></script>
<script src="https://cdn.jsdelivr.net/npm/@editorjs/editorjs@2.19"></script>
<script src="../dist/development.bundle.js"></script>
<link
rel="stylesheet"
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": "editorjs-alert",
"version": "1.0.2",
"version": "1.0.3",
"description": "Editor.js tool for adding colorful alerts",
"main": "./dist/bundle.js",
"scripts": {
Expand Down

0 comments on commit 3d1033c

Please sign in to comment.