Underscore 0.5.1

This commit is contained in:
Jeremy Ashkenas
2009-12-09 14:22:05 -05:00
parent 5c314d206e
commit 4042a38dc6
3 changed files with 29 additions and 21 deletions

View File

@@ -38,7 +38,7 @@
propertyIsEnumerable = Object.prototype.propertyIsEnumerable;
// Current version.
_.VERSION = '0.5.0';
_.VERSION = '0.5.1';
/*------------------------ Collection Functions: ---------------------------*/