Skip to content

Commit

Permalink
Bumps version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbadia committed Sep 27, 2013
1 parent e8564c0 commit 34c374f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ You can also check out the Sproutcore [Automatic Image Scaling demo](http://show

## Size ##

Original Size: 3.26KB gzipped (10.19KB uncompressed)
Original Size: 3.33KB gzipped (10.43KB uncompressed)

Compiled Size: **1.55KB gzipped** (3.82KB uncompressed)
Compiled Size: **1.6KB gzipped** (3.94KB uncompressed)

2 changes: 1 addition & 1 deletion image-scale.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"responsive",
"resize"
],
"version": "1.3",
"version": "1.3.1",
"author": {
"name": "GestiXi",
"url": "https://github.com/GestiXi"
Expand Down
4 changes: 2 additions & 2 deletions image-scale.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Description: Scale images to fit or fill any target size via two simple properties: scale and align.
// Copyright: ©2012-2013 Nicolas BADIA
// License: Licensed under the MIT license (see LICENCE)
// Version: 1.3
// Version: 1.3.1
// ==========================================================================

!function($) { "use strict";
Expand Down Expand Up @@ -411,7 +411,7 @@

/**
@private
Determines if the windows size has changed since the last update.
@returns {Boolean}
Expand Down
18 changes: 9 additions & 9 deletions image-scale.min.js

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

0 comments on commit 34c374f

Please sign in to comment.