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-06-27 01:23:27 +0400
committerThomas McDonald <tom@conceptcoding.co.uk>2012-06-27 01:23:27 +0400
commit3c9a4761122387926d1fa5d6a8d9b063fb3f7609 (patch)
tree42b3e5b7db870fb55a5269cb4398115d38ebad0d
parent236a26a29afe0d21efab429def2874e85763846e (diff)
Update version to 2.0.4.0v2.0.4.0
-rw-r--r--README.md2
-rw-r--r--bootstrap-sass.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b7780c6c..4d434890 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.3'
+ gem 'bootstrap-sass', '~> 2.0.4.0'
#### CSS
diff --git a/bootstrap-sass.gemspec b/bootstrap-sass.gemspec
index cfe4c307..3f95f7ac 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.3.1'
+ s.version = '2.0.4.0'
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"