diff --git a/templates/index.html b/templates/index.html
index 4193390..134a2b7 100755
--- a/templates/index.html
+++ b/templates/index.html
@@ -30,7 +30,7 @@
Current Release
{% for app_metadatum in app_metadata %}
- {% if app_metadatum["version"] == "1.14.0" %}
+ {% if app_metadatum["version"] == "2.0.0" %}
@@ -78,7 +78,7 @@ Previous Releases
|
{% for app_metadatum in app_metadata %}
- {% if app_metadatum["version"] != "1.13.0" %}
+ {% if app_metadatum["version"] != "2.0.0" %}
|
|