Skip to content

Commit

Permalink
tick version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Jul 1, 2015
1 parent 4eefcab commit 03e374c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outlayer",
"version": "1.4.0",
"version": "1.4.1",
"description": "the brains and guts of a layout library",
"main": "outlayer.js",
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

### v1.4.1

+ Trigger jQuery Events. Fixed [#6](https://github.com/metafizzy/outlayer/issues/6)
+ Fix Safari `percentPosition` bug by checking and using percent values. Fixed [desandro/masonry#698](https://github.com/desandro/masonry/issues/698)
Expand Down
2 changes: 1 addition & 1 deletion outlayer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Outlayer v1.4.0
* Outlayer v1.4.1
* the brains and guts of a layout library
* MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outlayer",
"version": "1.4.0",
"version": "1.4.1",
"description": "the brains and guts of a layout library",
"main": "outlayer.js",
"dependencies": {
Expand Down

0 comments on commit 03e374c

Please sign in to comment.