updated version number and js
Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/51367c77 Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/51367c77 Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/51367c77 Branch: refs/heads/master Commit: 51367c77e73a3f5c4613d6283598cd98ed4e6903 Parents: 8242689 Author: Jesse MacFadyen <[email protected]> Authored: Fri Apr 26 15:05:48 2013 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Fri Apr 26 15:05:48 2013 -0700 ---------------------------------------------------------------------- VERSION | 2 +- example/CordovaExample.csproj | 2 +- example/www/cordova-2.7.0.js | 6700 +++++++++++++++++++++ example/www/cordova-2.7.0rc1.js | 6700 --------------------- example/www/cordova-current.js | 2 +- framework/Properties/AssemblyInfo.cs | 2 +- templates/standalone/Plugins/Device.cs | 2 +- templates/standalone/VERSION | 2 +- templates/standalone/www/cordova-2.7.0.js | 6700 +++++++++++++++++++++ templates/standalone/www/cordova-2.7.0rc1.js | 6700 --------------------- templates/standalone/www/index.html | 2 +- templates/vs/MyTemplateStandAlone.vstemplate | 8 +- templates/vs/description.txt | 4 +- 13 files changed, 13413 insertions(+), 13413 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/51367c77/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index 6093dc4..9aa3464 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.7.0rc1 \ No newline at end of file +2.7.0 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/51367c77/example/CordovaExample.csproj ---------------------------------------------------------------------- diff --git a/example/CordovaExample.csproj b/example/CordovaExample.csproj index 57de17c..6722327 100644 --- a/example/CordovaExample.csproj +++ b/example/CordovaExample.csproj @@ -141,7 +141,7 @@ </ItemGroup> <ItemGroup> <Content Include="config.xml" /> - <Content Include="www\cordova-2.7.0rc1.js" /> + <Content Include="www\cordova-2.7.0.js" /> <Content Include="www\cordova-current.js" /> <Content Include="www\network.html"> <SubType>Designer</SubType>
