Skip to content

Commit 647ced8

Browse files
committed
Bumped npm and bower versions.
1 parent 4f594b3 commit 647ced8

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Winstrap",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"main": [
55
"src/scss/winstrap.scss"
66
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "git+https://github.com/winjs/winstrap.git"
77
},
8-
"version": "0.5.5",
8+
"version": "0.5.6",
99
"author": "Microsoft",
1010
"contributors": [
1111
"Frederic Perrin",

src/doc/components.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
{{> list-items }}
6060
<hr />
6161
{{> pagination }}
62+
<hr />
6263
</div>
6364
<!-- Since Jumbotron is outside the grid... -->
6465
{{> jumbotron-doc }}
65-

src/doc/partials/pagination.hbs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
</div>
6363
</div>
6464
</div>
65-
65+
66+
<hr />
6667
<div class="row">
6768
<div class="col-xs-24">
6869
<h2>Pager</h2>

0 commit comments

Comments
 (0)