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:
authorGleb Mazovetskiy <glex.spb@gmail.com>2015-06-25 23:03:39 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2015-06-25 23:03:39 +0300
commitffe92a9cf3fc7ebb9eba9697e2770195f2e777a7 (patch)
tree482ac08204744bfe80ac5a410f5cc5690f1266c8
parent791e18bf47b90eb4cbccdbbb6ae2e26124a1ef3b (diff)
Micro-bump the rubygem to reflect updated Sass dep
See #922
-rw-r--r--lib/bootstrap-sass/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bootstrap-sass/version.rb b/lib/bootstrap-sass/version.rb
index d3511c7c..8d480b56 100644
--- a/lib/bootstrap-sass/version.rb
+++ b/lib/bootstrap-sass/version.rb
@@ -1,4 +1,4 @@
module Bootstrap
- VERSION = '3.3.5'
+ VERSION = '3.3.5.1'
BOOTSTRAP_SHA = '16b48259a62f576e52c903c476bd42b90ab22482'
end