1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-30 18:24:35 +01:00

Prepare 1.0.2 release

This commit is contained in:
squidfunk 2017-01-15 11:24:32 +01:00
parent c101debc8c
commit c691fff501
3 changed files with 3 additions and 3 deletions

View File

@ -196,7 +196,7 @@ The Material theme uses a sophisticated asset pipeline using [Gulp][9] and
Webpack which can be started with the following command: Webpack which can be started with the following command:
``` sh ``` sh
npm run start npm start
``` ```
This will also start the MkDocs development server which will monitor changes This will also start the MkDocs development server which will monitor changes

View File

@ -28,7 +28,7 @@ pip install mkdocs && mkdocs --version
# mkdocs, version 0.16.0 # mkdocs, version 0.16.0
``` ```
!!! warning "MkDocs for Material requirements" !!! warning "MkDocs version requirements"
Material requires MkDocs >= 0.16. Material requires MkDocs >= 0.16.

View File

@ -1,6 +1,6 @@
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "1.0.1", "version": "1.0.2",
"description": "A Material Design theme for MkDocs", "description": "A Material Design theme for MkDocs",
"keywords": [ "keywords": [
"mkdocs", "mkdocs",