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

Merge pull request #643 from squidfunk/chore/prepare-2-2-5-release

Bumped version
This commit is contained in:
Martin Donath 2017-12-18 19:40:14 +01:00 committed by GitHub
commit 2654e2ed98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
{% endfor %}
<link rel="shortcut icon" href="{{ base_url }}/{{ config.theme.favicon }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.2.4">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.2.5">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}

View File

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