Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas McDonald <tom@conceptcoding.co.uk>2012-09-01 14:04:39 +0400
committerThomas McDonald <tom@conceptcoding.co.uk>2012-09-01 14:04:39 +0400
commite89d943a45f47518d2cd90f4d01ed7c57cb88a76 (patch)
tree1afd6c016115e2a7f700e249acadec13d824e5c1
parentf9700b8eda180878ebc585d617b12248542daf0d (diff)
Bump version to 2.0.4.2v2.0.4.22.0-stable
-rw-r--r--CHANGELOG.md3
-rw-r--r--README.md2
-rw-r--r--bootstrap-sass.gemspec2
3 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a9cf6e3..31e17811 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog
+## 2.0.4.2
+* Revert "Fix `.row-fluid > spanX` nesting"
+
## 2.0.4.1
* Fix `.row-fluid > spanX` nesting
* Small Javascript fixes for those staying on the 2.0.4 release
diff --git a/README.md b/README.md
index cdbbe725..6aaf910d 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Updating your application to a new version of `bootstrap-sass`? See our [changel
In your Gemfile:
gem 'sass-rails', '~> 3.1'
- gem 'bootstrap-sass', '~> 2.0.4.1'
+ gem 'bootstrap-sass', '~> 2.0.4.2'
#### CSS
diff --git a/bootstrap-sass.gemspec b/bootstrap-sass.gemspec
index a5582475..bb62bc4f 100644
--- a/bootstrap-sass.gemspec
+++ b/bootstrap-sass.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "bootstrap-sass"
- s.version = '2.0.4.1'
+ s.version = '2.0.4.2'
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"