2.7.0 version change
Project: http://git-wip-us.apache.org/repos/asf/cordova-wp7/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp7/commit/e4a28848 Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp7/tree/e4a28848 Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp7/diff/e4a28848 Branch: refs/heads/2.7.x Commit: e4a28848bbf2455994a266e4226b31dd4a043f54 Parents: 7557167 Author: Benn Mapes <[email protected]> Authored: Thu Apr 25 16:04:53 2013 -0700 Committer: Benn Mapes <[email protected]> Committed: Thu Apr 25 16:04:53 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 +- 12 files changed, 13411 insertions(+), 13411 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/e4a28848/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-wp7/blob/e4a28848/example/CordovaExample.csproj ---------------------------------------------------------------------- diff --git a/example/CordovaExample.csproj b/example/CordovaExample.csproj index 62c83ce..d40c8f7 100644 --- a/example/CordovaExample.csproj +++ b/example/CordovaExample.csproj @@ -100,7 +100,7 @@ <Content Include="CordovaSourceDictionary.xml"> <SubType>Designer</SubType> </Content> - <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>
