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>2019-04-03 19:06:46 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2019-04-03 19:06:46 +0300
commit989f4e8f146da7f19362bbd85dc4c8e26b2bd43e (patch)
tree754e5a4b7c14d816ca48bb729351cd8cf12b7b55
parent881ce27c6b4101698ea849283933203e20861a33 (diff)
Bump to v3.2.0.4 (re-release of 3.2.0.2)v3.2.0+43.2-stable
This is a release of v3.2.0.2 that was yanked. v3.2.0.3 contains malware and has also been yanked. See https://github.com/twbs/bootstrap-sass/issues/1195 for more information.
-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 dc78dde3..65cbca0f 100644
--- a/lib/bootstrap-sass/version.rb
+++ b/lib/bootstrap-sass/version.rb
@@ -1,4 +1,4 @@
module Bootstrap
- VERSION = '3.2.0.2'
+ VERSION = '3.2.0.4'
BOOTSTRAP_SHA = 'c068162161154a4b85110ea1e7dd3d7897ce2b72'
end