diff --git a/CHANGELOG b/CHANGELOG
index 6c46b5ec9ed471bd6bd8783f46e6a67a9d32b765..5e04cf5f5f5042d2375adeaf01d2eafe1f997b05 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+mkdocs-material-1.6.4 (2017-05-24)
+
+  * Fixed #337: JavaScript error for GitHub organization URLs
+
 mkdocs-material-1.6.3 (2017-05-16)
 
   * Fixed #329: Broken source stats for private or unknown GitHub repos
diff --git a/docs/release-notes.md b/docs/release-notes.md
index b5a6e56f151514ce2324cf42089cbd179394ccf9..c03feafba01ecf58ec3e5b205e0e4daaba75aa01 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -12,11 +12,17 @@ To determine the currently installed version, use the following command:
 
 ``` sh
 pip show mkdocs-material | grep -E ^Version
-# Version 1.6.3
+# Version 1.6.4
 ```
 
 ## Changelog
 
+### 1.6.4 <small> _ May 24, 2017</small>
+
+* Fixed [#337][337]: JavaScript error for GitHub organization URLs
+
+  [337]: https://github.com/squidfunk/mkdocs-material/issues/337
+
 ### 1.6.3 <small> _ May 16, 2017</small>
 
 * Fixed [#329][329]: Broken source stats for private or unknown GitHub repos
diff --git a/material/base.html b/material/base.html
index c5963713849cbc168c8cdcc1c7928e3a2e6484d3..76f30aca63444acd4903c5353d7629001df15b54 100644
--- a/material/base.html
+++ b/material/base.html
@@ -23,7 +23,7 @@
       {% else %}
         <link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
       {% endif %}
-      <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.6.3">
+      <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.6.4">
     {% endblock %}
     {% block htmltitle %}
       {% if page and page.meta.title %}
diff --git a/package.json b/package.json
index f8ebcd11c48f5b67f5c75283cf625f1161589458..55c4c8d22d0004d6494377ae2022a52849780491 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "mkdocs-material",
-  "version": "1.6.3",
+  "version": "1.6.4",
   "description": "A Material Design theme for MkDocs",
   "keywords": [
     "mkdocs",