Bump to v0.7.0.

Former-commit-id: 4ab5bfe3bba14182ffe24c05792b3b8f194afa0c
This commit is contained in:
John-David Dalton
2012-09-05 01:12:57 -07:00
parent 019f0153c8
commit 13abbb81af
6 changed files with 52 additions and 47 deletions

View File

@@ -1,5 +1,5 @@
/*!
* Lo-Dash v0.6.1 <http://lodash.com>
* Lo-Dash v0.7.0 <http://lodash.com>
* Copyright 2012 John-David Dalton <http://allyoucanleet.com/>
* Based on Underscore.js 1.3.3, copyright 2009-2012 Jeremy Ashkenas, DocumentCloud Inc.
* <http://documentcloud.github.com/underscore>
@@ -4247,7 +4247,7 @@
* @memberOf _
* @type String
*/
lodash.VERSION = '0.6.1';
lodash.VERSION = '0.7.0';
// assign static methods
lodash.after = after;