Underscore 1.1.1

This commit is contained in:
Jeremy Ashkenas
2010-10-05 17:52:36 -04:00
parent a80550ccd2
commit faa672ecd9
7 changed files with 29 additions and 20 deletions

View File

@@ -57,7 +57,7 @@
root._ = _;
// Current version.
_.VERSION = '1.1.0';
_.VERSION = '1.1.1';
// Collection Functions
// --------------------