Skip to content
Snippets Groups Projects
Commit de5be52f authored by squidfunk's avatar squidfunk
Browse files

Preparing 0.1.1 release

parent 231131d7
Branches
Tags 0.1.1
No related merge requests found
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
......
{
"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": [
......
......@@ -36,7 +36,7 @@ theme_dir: material
# Options
extra:
version: 0.1.0
version: 0.1.1
logo: images/logo.png
author:
github: squidfunk
......
{
"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": [
......
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment