1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Preparing 0.1.1 release

This commit is contained in:
squidfunk 2016-02-11 12:41:59 +01:00
parent 231131d76f
commit de5be52f18
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
mkdocs-material-0.x.x (2016-xx-xx) [in progress]
mkdocs-material-0.1.1 (2016-02-11)
* Fixed #1: GitHub stars don't work if the repo_url ends with a '/'
* Updated npm and bower dependencies to most recent versions

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "0.1.0",
"version": "0.1.1",
"description": "A material design theme for MkDocs",
"homepage": "http://squidfunk.github.io/mkdocs-material/",
"authors": [

View File

@ -36,7 +36,7 @@ theme_dir: material
# Options
extra:
version: 0.1.0
version: 0.1.1
logo: images/logo.png
author:
github: squidfunk

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "0.1.0",
"version": "0.1.1",
"description": "A material design theme for MkDocs",
"homepage": "http://squidfunk.github.io/mkdocs-material/",
"authors": [

View File

@ -23,7 +23,7 @@ from setuptools import setup, find_packages
# Package description
setup(
name = 'mkdocs-material',
version = '0.1.0',
version = '0.1.1',
url = 'http://squidfunk.github.io/mkdocs-material/',
license = 'MIT',
description = 'A material design theme for MkDocs',