Skip to content

Commit 25a102f

Browse files
committed
Update version
1 parent 8f09451 commit 25a102f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A material design theme for MkDocs",
55
"homepage": "http://squidfunk.github.io/mkdocs-material/",
66
"authors": [

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ theme_dir: material
3636

3737
# Options
3838
extra:
39-
version: 0.2.1
39+
version: 0.2.2
4040
logo: images/logo.png
4141
author:
4242
github: squidfunk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A material design theme for MkDocs",
55
"homepage": "http://squidfunk.github.io/mkdocs-material/",
66
"authors": [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Package description
2424
setup(
2525
name = 'mkdocs-material',
26-
version = '0.2.1',
26+
version = '0.2.2',
2727
url = 'http://squidfunk.github.io/mkdocs-material/',
2828
license = 'MIT',
2929
description = 'A material design theme for MkDocs',

0 commit comments

Comments
 (0)