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>2014-07-29 04:04:11 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-07-29 04:09:30 +0400
commit4730db67a8136b87a55180a467dcbaefc73c3026 (patch)
tree6b1264bee628636b81ff270a4034110d86c86682
parentee29466371d06d07d1b7011810ec35b0f943e538 (diff)
Bump version to 3.2.0.1v3.2.0+1
* fixes #647 * icon-font-path now defaults to relative path if no asset path helpers are detected
-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 c8056430..6f2a395f 100644
--- a/lib/bootstrap-sass/version.rb
+++ b/lib/bootstrap-sass/version.rb
@@ -1,4 +1,4 @@
module Bootstrap
- VERSION = '3.2.0.0'
+ VERSION = '3.2.0.1'
BOOTSTRAP_SHA = '1098453f831fad3fdfcbf036237ed064a5d29b26'
end