Skip to content

Commit

Permalink
tick version v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Apr 7, 2015
1 parent 2dfc5ab commit 426e906
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outlayer",
"version": "1.3.0",
"version": "1.4.0",
"description": "the brains and guts of a layout library",
"main": "outlayer.js",
"dependencies": {
Expand All @@ -10,7 +10,7 @@
"get-size": "~1.2.2",
"get-style-property": "~1.0.4",
"matches-selector": "~1.0.2",
"fizzy-ui-utils": "~1.0.0"
"fizzy-ui-utils": "~1.0.1"
},
"devDependencies": {
"jquery-bridget": "1.x",
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## v1.4.0

+ Added `revealComplete` and `hideComplete` events
+ Added `hideItemElements` and `revealItemElement` methods
+ Added `percentPosition` option
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.3.0
* Outlayer v1.4.0
* the brains and guts of a layout library
* MIT license
*/
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outlayer",
"version": "1.3.0",
"version": "1.4.0",
"description": "the brains and guts of a layout library",
"main": "outlayer.js",
"dependencies": {
Expand All @@ -10,7 +10,7 @@
"get-size": "~1.2.2",
"desandro-get-style-property": "~1.0.4",
"desandro-matches-selector": "~1.0.2",
"fizzy-ui-utils": "~1.0.0"
"fizzy-ui-utils": "~1.0.1"
},
"devDependencies": {
"jquery": ">=1.4.3 <2",
Expand Down

0 comments on commit 426e906

Please sign in to comment.