From: Tim Wood Date: Fri, 27 Apr 2012 00:32:52 +0000 (-0700) Subject: Adding 1.6.0 and 1.6.1 to the file size history script X-Git-Tag: 1.7.0~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0bcc9aa70a1f0871d0b106eba1e66bf510d2d54;p=thirdparty%2Fmoment.git Adding 1.6.0 and 1.6.1 to the file size history script --- diff --git a/test/filesize-history.js b/test/filesize-history.js index 1ddce124d..f78f1fb89 100644 --- a/test/filesize-history.js +++ b/test/filesize-history.js @@ -80,7 +80,7 @@ function getSizeAtVersion(version, path) { (function(){ var old_versions = '1.0.1 1.1.0 1.1.1 1.1.2 1.2.0 1.3.0 1.4.0'.split(' '); - var new_versions = '1.5.0 1.5.1'.split(' '); + var new_versions = '1.5.0 1.5.1 1.6.0 1.6.1'.split(' '); var i; for (i = 0; i < old_versions.length; i++) {