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>2011-12-03 02:37:35 +0400
committerThomas McDonald <tom@conceptcoding.co.uk>2011-12-03 02:37:35 +0400
commit946286f251c1cb2e133476b4cbb69f9b5914f5b8 (patch)
tree68763698d3c4492173f8986185fd5f06b2ad4e71
parente5b01c994a9a9fecc336863f6632ff649fed809a (diff)
bump version to 1.4.1v1.4.1
and much rejoicing was done from the stands
-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 ca73d002..b322de11 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Enjoy.
In your gemfile:
- gem 'bootstrap-sass', '1.4.0'
+ gem 'bootstrap-sass', '1.4.1'
### CSS
diff --git a/bootstrap-sass.gemspec b/bootstrap-sass.gemspec
index f922a634..fa684c18 100644
--- a/bootstrap-sass.gemspec
+++ b/bootstrap-sass.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "bootstrap-sass"
- s.version = '1.4.0'
+ s.version = '1.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"