Skip to content

Commit

Permalink
tick version v1.1.10; add bower ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Jan 22, 2014
1 parent aaea45a commit 3c696ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outlayer",
"version": "1.1.9",
"version": "1.1.10",
"description": "the brains and guts of a layout library",
"main": [
"item.js",
Expand All @@ -20,6 +20,10 @@
"qunit": "~1.12.0"
},
"ignore": [
"test/"
"test/",
"docs/",
"examples",
".*",
"notes.md"
]
}
2 changes: 1 addition & 1 deletion outlayer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Outlayer v1.1.9
* Outlayer v1.1.10
* the brains and guts of a layout library
* MIT license
*/
Expand Down

0 comments on commit 3c696ac

Please sign in to comment.