Skip to content

Commit

Permalink
bumb version
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwilliams committed Jun 19, 2014
1 parent 06ba040 commit 63a9c0a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
12 changes: 9 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,10 @@ <h1>LaziestLoader</h1>
</section>

<section class="installation">
<h2>Download v0.4.1</h2>
<h2>Download v0.5.0</h2>
<ol>
<li><a href="https://raw.githubusercontent.com/sjwilliams/laziestloader/v0.4.1/jquery.laziestloader.js">Development Version</a></li>
<li><a href="https://raw.githubusercontent.com/sjwilliams/laziestloader/v0.4.1/jquery.laziestloader.min.js">Production Version</a></li>
<li><a href="https://raw.githubusercontent.com/sjwilliams/laziestloader/v0.5.0/jquery.laziestloader.js">Development Version</a></li>
<li><a href="https://raw.githubusercontent.com/sjwilliams/laziestloader/v0.5.0/jquery.laziestloader.min.js">Production Version</a></li>
<li><span class="code">$ npm install laziestloader</span></li>
<li><span class="code">$ bower install laziestloader</span></li>
</ol>
Expand Down Expand Up @@ -622,6 +622,12 @@ <h2>Trigger</h2>

<section id="releasehistory">
<h2>Release History</h2>
<h4>0.5.0</h4>
<ul>
<li>Classes added to element to reflect state. See <a href="https://github.com/sjwilliams/laziestloader/issues/8">Issue 8</a>.</li>
<li>Changed name of npm task that builds minifed version.</li>
</ul>

<h4>0.4.1</h4>
<ul>
<li>Correct link to production source.</li>
Expand Down
2 changes: 1 addition & 1 deletion jquery.laziestloader.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @preserve LaziestLoader - v0.4.1 - 2014-03-28
* @preserve LaziestLoader - v0.5.0 - 2014-06-19
* A responsive lazy loader for jQuery.
* http://sjwilliams.github.io/laziestloader/
* Copyright (c) 2014 Josh Williams; Licensed MIT
Expand Down
4 changes: 2 additions & 2 deletions jquery.laziestloader.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laziestloader",
"version": "0.4.1",
"version": "0.5.0",
"author": "Josh Williams <[email protected]>",
"description": "A responsive-aware jQuery plugin to smartly lazy load images and other elements.",
"repository": {
Expand All @@ -18,6 +18,6 @@
"uglify-js": "^2.4.13"
},
"scripts": {
"build": "uglifyjs jquery.laziestloader.js -c --comments -o jquery.laziestloader.min.js"
"minify": "uglifyjs jquery.laziestloader.js -c --comments -o jquery.laziestloader.min.js"
}
}

0 comments on commit 63a9c0a

Please sign in to comment.