Skip to content

Commit 63a9c0a

Browse files
committed
bumb version
1 parent 06ba040 commit 63a9c0a

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,10 +283,10 @@ <h1>LaziestLoader</h1>
283283
</section>
284284

285285
<section class="installation">
286-
<h2>Download v0.4.1</h2>
286+
<h2>Download v0.5.0</h2>
287287
<ol>
288-
<li><a href="https://raw.githubusercontent.com/sjwilliams/laziestloader/v0.4.1/jquery.laziestloader.js">Development Version</a></li>
289-
<li><a href="https://raw.githubusercontent.com/sjwilliams/laziestloader/v0.4.1/jquery.laziestloader.min.js">Production Version</a></li>
288+
<li><a href="https://raw.githubusercontent.com/sjwilliams/laziestloader/v0.5.0/jquery.laziestloader.js">Development Version</a></li>
289+
<li><a href="https://raw.githubusercontent.com/sjwilliams/laziestloader/v0.5.0/jquery.laziestloader.min.js">Production Version</a></li>
290290
<li><span class="code">$ npm install laziestloader</span></li>
291291
<li><span class="code">$ bower install laziestloader</span></li>
292292
</ol>
@@ -622,6 +622,12 @@ <h2>Trigger</h2>
622622

623623
<section id="releasehistory">
624624
<h2>Release History</h2>
625+
<h4>0.5.0</h4>
626+
<ul>
627+
<li>Classes added to element to reflect state. See <a href="https://github.com/sjwilliams/laziestloader/issues/8">Issue 8</a>.</li>
628+
<li>Changed name of npm task that builds minifed version.</li>
629+
</ul>
630+
625631
<h4>0.4.1</h4>
626632
<ul>
627633
<li>Correct link to production source.</li>

jquery.laziestloader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @preserve LaziestLoader - v0.4.1 - 2014-03-28
2+
* @preserve LaziestLoader - v0.5.0 - 2014-06-19
33
* A responsive lazy loader for jQuery.
44
* http://sjwilliams.github.io/laziestloader/
55
* Copyright (c) 2014 Josh Williams; Licensed MIT

jquery.laziestloader.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laziestloader",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"author": "Josh Williams <[email protected]>",
55
"description": "A responsive-aware jQuery plugin to smartly lazy load images and other elements.",
66
"repository": {
@@ -18,6 +18,6 @@
1818
"uglify-js": "^2.4.13"
1919
},
2020
"scripts": {
21-
"build": "uglifyjs jquery.laziestloader.js -c --comments -o jquery.laziestloader.min.js"
21+
"minify": "uglifyjs jquery.laziestloader.js -c --comments -o jquery.laziestloader.min.js"
2222
}
2323
}

0 commit comments

Comments
 (0)