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

Update version

parent 8f09451c
No related branches found
No related tags found
No related merge requests found
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "0.2.1", "version": "0.2.2",
"description": "A material design theme for MkDocs", "description": "A material design theme for MkDocs",
"homepage": "http://squidfunk.github.io/mkdocs-material/", "homepage": "http://squidfunk.github.io/mkdocs-material/",
"authors": [ "authors": [
......
...@@ -36,7 +36,7 @@ theme_dir: material ...@@ -36,7 +36,7 @@ theme_dir: material
# Options # Options
extra: extra:
version: 0.2.1 version: 0.2.2
logo: images/logo.png logo: images/logo.png
author: author:
github: squidfunk github: squidfunk
......
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "0.2.1", "version": "0.2.2",
"description": "A material design theme for MkDocs", "description": "A material design theme for MkDocs",
"homepage": "http://squidfunk.github.io/mkdocs-material/", "homepage": "http://squidfunk.github.io/mkdocs-material/",
"authors": [ "authors": [
......
...@@ -23,7 +23,7 @@ from setuptools import setup, find_packages ...@@ -23,7 +23,7 @@ from setuptools import setup, find_packages
# Package description # Package description
setup( setup(
name = 'mkdocs-material', name = 'mkdocs-material',
version = '0.2.1', version = '0.2.2',
url = 'http://squidfunk.github.io/mkdocs-material/', url = 'http://squidfunk.github.io/mkdocs-material/',
license = 'MIT', license = 'MIT',
description = 'A material design theme for MkDocs', 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