You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2013/01/23 01:59:27 UTC

[4/18] updated to 2.4.0rc1

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/c2973d27/windows8/template/www/index.html
----------------------------------------------------------------------
diff --git a/windows8/template/www/index.html b/windows8/template/www/index.html
index 92b61be..a6a5ff3 100644
--- a/windows8/template/www/index.html
+++ b/windows8/template/www/index.html
@@ -33,7 +33,7 @@
                 <p class="event received">Device is Ready</p>
             </div>
         </div>
-        <script type="text/javascript" src="cordova-2.3.0.js"></script>
+        <script type="text/javascript" src="cordova-2.4.0.js"></script>
         <script type="text/javascript" src="js/index.js"></script>
         <script type="text/javascript">
             app.initialize();

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/c2973d27/windows8/test/CordovaTestApp.jsproj
----------------------------------------------------------------------
diff --git a/windows8/test/CordovaTestApp.jsproj b/windows8/test/CordovaTestApp.jsproj
index 675d78c..edcffd8 100644
--- a/windows8/test/CordovaTestApp.jsproj
+++ b/windows8/test/CordovaTestApp.jsproj
@@ -95,7 +95,7 @@
     <Content Include="camera\index.html" />
     <Content Include="compass\index.html" />
     <Content Include="contacts\index.html" />
-    <Content Include="cordova-2.3.0.js" />
+    <Content Include="cordova-2.4.0.js" />
     <Content Include="cordova.js" />
     <Content Include="events\index.html" />
     <Content Include="images\logo.png" />