You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/02/28 22:53:03 UTC

svn commit: r1451374 - in /cordova/site: bin/config.json public/index.html

Author: steven
Date: Thu Feb 28 21:53:03 2013
New Revision: 1451374

URL: http://svn.apache.org/r1451374
Log:
updated cordova download to 2.5.0

Modified:
    cordova/site/bin/config.json
    cordova/site/public/index.html

Modified: cordova/site/bin/config.json
URL: http://svn.apache.org/viewvc/cordova/site/bin/config.json?rev=1451374&r1=1451373&r2=1451374&view=diff
==============================================================================
--- cordova/site/bin/config.json (original)
+++ cordova/site/bin/config.json Thu Feb 28 21:53:03 2013
@@ -1,9 +1,9 @@
 {
     "releases": [
         {
-        "version":  "2.4.0",
+        "version":  "2.5.0",
         "file":     "https://www.apache.org/dist/cordova/",
-        "note":     "Apache Cordova 2.4.0"
+        "note":     "Apache Cordova 2.5.0"
         }
     ],
 

Modified: cordova/site/public/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1451374&r1=1451373&r2=1451374&view=diff
==============================================================================
--- cordova/site/public/index.html (original)
+++ cordova/site/public/index.html Thu Feb 28 21:53:03 2013
@@ -93,7 +93,7 @@
         </ul>
 
 		<div class="button-container">
-			<a class="button" onclick="_gaq.push(['_trackEvent', 'Download', '2.4.0'])" href="https://www.apache.org/dist/cordova/">DOWNLOAD<label>Cordova Ver 2.4.0</label></a>
+			<a class="button" onclick="_gaq.push(['_trackEvent', 'Download', '2.5.0'])" href="https://www.apache.org/dist/cordova/">DOWNLOAD<label>Cordova Ver 2.5.0</label></a>
 		</div>
     </div>
 </div>
@@ -196,7 +196,7 @@
 	<p>By downloading, you agree to the <a href="#">terms of service</a>.</p>
 	<p>Older versions can be downloaded from the <a href="http://archive.apache.org/dist/cordova/">archive</a>.</p>
 	<div class="button-container">
-        <a class="button" onclick="_gaq.push(['_trackEvent', 'Download', '2.4.0'])" href="https://www.apache.org/dist/cordova/">DOWNLOAD<label>Cordova Ver 2.4.0</label></a>
+        <a class="button" onclick="_gaq.push(['_trackEvent', 'Download', '2.5.0'])" href="https://www.apache.org/dist/cordova/">DOWNLOAD<label>Cordova Ver 2.5.0</label></a>
 	</div>
 </div>