Skip to content

Commit 390d71a

Browse files
committed
release 1.0.2
1 parent 888a6d0 commit 390d71a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A plugin for docsify to generate a `edit on github` button on every pages. click the button to open corresponding `md` editing page on github.
33

44
```html
5-
<script src="//unpkg.com/docsify-edit-on-github@1.0.1/index.js"></script>
5+
<script src="//unpkg.com/docsify-edit-on-github/index.js"></script>
66
```
77

88
```html

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docsify-edit-on-github",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "edit on github plugin for docsify",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)