Skip to content

Commit 0b51bdf

Browse files
committed
bumping to 2.2.8
1 parent 184e371 commit 0b51bdf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,8 @@ Add flash helper `<%= bootstrap_flash %>` to your layout (built-in with layout g
555555

556556
### Breadcrumbs Helpers
557557

558-
*Notice* If your application is using [breadcrumbs-on-rails](https://github.com/weppos/breadcrumbs_on_rails) you will have a namespace collision with the add_breadcrumb method.
559-
You do not need to use these breadcrumb gems since this gem provides the same functionality out of the box without the additional dependency.
558+
*Notice* If your application is using [breadcrumbs-on-rails](https://github.com/weppos/breadcrumbs_on_rails) you will have a namespace collision with the add_breadcrumb method.
559+
You do not need to use these breadcrumb gems since this gem provides the same functionality out of the box without the additional dependency.
560560

561561
Add breadcrumbs helper `<%= render_breadcrumbs %>` to your layout.
562562

@@ -657,7 +657,7 @@ for handling flash messages, even if those messages are blank. See https://githu
657657
<li>Released gem v.2.2.5 (Bootstrap 2.3.1)</li>
658658
<li>Released gem v.2.2.6</li>
659659
<li>Released gem v.2.2.7 (Fixes)</li>
660-
660+
<li>Releases gem v.2.2.8</li>
661661
</ul>
662662

663663

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Twitter
22
module Bootstrap
33
module Rails
4-
VERSION = "2.2.7"
4+
VERSION = "2.2.8"
55
end
66
end
7-
end
7+
end

0 commit comments

Comments
 (0)