From 5740c656e12d9109a13a875315858c648cb56ee5 Mon Sep 17 00:00:00 2001 From: Navraj Chohan Date: Tue, 24 Jun 2014 09:25:29 -0700 Subject: [PATCH] Bumped version --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" %}