2.0.3.1 is a bug fix for navbar alignment issues
This commit is contained in:
Thomas McDonald 2012-05-22 11:15:59 +01:00
Родитель 264449a7d0
Коммит f0035b8cb7
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,9 @@
# Changelog
## 2.0.3 (Unreleased)
## 2.0.3.1
* [#145, #146] Fix button alignment in collapsing navbar as a result of an incorrect variable
## 2.0.3
* Updated to Bootstrap 2.0.3
* [#106] Support for Rails < 3.1 through Compass
* [#132] Add CI testing

Просмотреть файл

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "bootstrap-sass"
s.version = '2.0.3'
s.version = '2.0.3.1'
s.authors = ["Thomas McDonald"]
s.email = 'tom@conceptcoding.co.uk'
s.summary = "Twitter's Bootstrap, converted to Sass and ready to drop into Rails or Compass"