From 189f3cebb09a8361f61644bff28ff39e9cdf64ef Mon Sep 17 00:00:00 2001 From: Todd Motto Date: Sun, 17 Nov 2013 16:54:55 +0000 Subject: [PATCH] IE8 support, v1.3.0 --- dist/echo.js | 2 +- dist/echo.min.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/echo.js b/dist/echo.js index 1945a28..0b3a1d8 100644 --- a/dist/echo.js +++ b/dist/echo.js @@ -1,5 +1,5 @@ /*! - * Echo v1.2.0 + * Echo v1.3.0 * Lazy-loading images with data-* attributes * Project: https://github.com/toddmotto/echo * by Todd Motto: http://toddmotto.com diff --git a/dist/echo.min.js b/dist/echo.min.js index adfcb59..72c154d 100644 --- a/dist/echo.min.js +++ b/dist/echo.min.js @@ -1,5 +1,5 @@ /*! - * Echo v1.2.0 + * Echo v1.3.0 * Lazy-loading images with data-* attributes * Project: https://github.com/toddmotto/echo * by Todd Motto: http://toddmotto.com diff --git a/package.json b/package.json index 38cb259..0624c6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Echo", - "version": "1.2.0", + "version": "1.3.0", "homepage": "https://github.com/toddmotto/echo", "author": "Todd Motto", "year" : "2013",