diff --git a/templates/index.html b/templates/index.html
index 134a2b7..171c3dc 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"] == "2.0.0" %}
+ {% if app_metadatum["version"] == "2.1.0" %}
@@ -78,7 +78,7 @@ Previous Releases
|
{% for app_metadatum in app_metadata %}
- {% if app_metadatum["version"] != "2.0.0" %}
+ {% if app_metadatum["version"] != "2.1.0" %}
|
|