[build] 4.1.8

This commit is contained in:
qingwei.li 2017-05-31 08:39:22 +08:00
commit 8e418a1681
No known key found for this signature in database
GPG key ID: B6DDC2F7AE80B2F4
6 changed files with 10 additions and 5 deletions

View file

@ -1,6 +1,6 @@
![logo](_media/icon.svg)
# docsify <small>4.1.7</small>
# docsify <small>4.1.8</small>
> A magical documentation site generator.

View file

@ -3741,6 +3741,11 @@ eventMixin(proto);
*/
initGlobalAPI();
/**
* Version
*/
Docsify.version = '4.1.8';
/**
* Run Docsify
*/

2
lib/docsify.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "docsify-server-renderer",
"version": "4.1.7",
"version": "4.1.8",
"description": "docsify server renderer",
"author": {
"name": "qingwei-li",

View file

@ -25,7 +25,7 @@ initGlobalAPI()
/**
* Version
*/
Docsify.version = '__VERSION__'
Docsify.version = '__VERSION__'
/**
* Run Docsify