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/03/28 17:30:57 UTC

[10/16] 2.6.0rc1 release updates

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/7326fcbd/windows8/samples/Media_Test/Media_Test/cordova.js
----------------------------------------------------------------------
diff --git a/windows8/samples/Media_Test/Media_Test/cordova.js b/windows8/samples/Media_Test/Media_Test/cordova.js
index 3e02a6a..359ccca 100644
--- a/windows8/samples/Media_Test/Media_Test/cordova.js
+++ b/windows8/samples/Media_Test/Media_Test/cordova.js
@@ -1,6 +1,6 @@
 (function () {
 
-    var VERSION = '2.5.0',
+    var VERSION = '2.6.0rc1',
         currentScript = 'cordova-' + VERSION + '.js',
         scripts = document.getElementsByTagName('script');
 

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/7326fcbd/windows8/samples/Notification Test/Notification Test/Notification Test.jsproj
----------------------------------------------------------------------
diff --git a/windows8/samples/Notification Test/Notification Test/Notification Test.jsproj b/windows8/samples/Notification Test/Notification Test/Notification Test.jsproj
index 324e632..ae1f6dd 100644
--- a/windows8/samples/Notification Test/Notification Test/Notification Test.jsproj	
+++ b/windows8/samples/Notification Test/Notification Test/Notification Test.jsproj	
@@ -50,7 +50,7 @@
     <AppxManifest Include="package.appxmanifest">
       <SubType>Designer</SubType>
     </AppxManifest>
-    <Content Include="cordova-2.5.0.js" />
+    <Content Include="cordova-2.6.0rc1.js" />
     <Content Include="cordova.js" />
     <Content Include="images\logo.png" />
     <Content Include="images\smalllogo.png" />