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 <glebm@google.com>2015-03-19 00:35:54 +0300
committerGleb Mazovetskiy <glebm@google.com>2015-03-19 00:35:54 +0300
commit1f269b15ff91ebe35fc04959a6e38caecb19dc4f (patch)
treecdf4ece5e75ced5abcc8c487c1476da24ead355c
parentd047ceac00b1a03a8931e96a281d7eaf9a8f8979 (diff)
Bump the Ruby gem version only
Fix botched permission for v3.3.4 Ruby gem. #873
-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 d7969c23..5060447c 100644
--- a/lib/bootstrap-sass/version.rb
+++ b/lib/bootstrap-sass/version.rb
@@ -1,4 +1,4 @@
module Bootstrap
- VERSION = '3.3.4'
+ VERSION = '3.3.4.1'
BOOTSTRAP_SHA = 'f5250d0a0e2a7cfed77f55654027ff151ebe5aeb'
end