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-08-28 11:33:08 +0400
committerThomas McDonald <tom@conceptcoding.co.uk>2012-08-28 11:33:08 +0400
commitd58ad33468aa08e1a95f055d9c036094687ec68e (patch)
treeacb8a7293cb24f72e7397e8c683efba3fa879934
parent06f72645f09d08f2ea06a1e54e5777e2f13a40e5 (diff)
Bump version to 2.0.4.1
-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 4d434890..cdbbe725 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.0'
+ gem 'bootstrap-sass', '~> 2.0.4.1'
#### CSS
diff --git a/bootstrap-sass.gemspec b/bootstrap-sass.gemspec
index 3f95f7ac..a5582475 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.0'
+ s.version = '2.0.4.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"