We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1ca4e commit a837e49Copy full SHA for a837e49
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 3.1.0.2
4
+
5
+Compatibility with Rails 3.2.x. Bugfixes from upstream up to 7eb532262fbd1112215b5a547b9285794b5360ab.
6
7
+## 3.1.0.1
8
9
+* bugfixes
10
11
## 3.1.0.0
12
13
* compiles with libsass master
lib/bootstrap-sass/version.rb
@@ -1,4 +1,4 @@
module Bootstrap
- VERSION = '3.1.0.1'
+ VERSION = '3.1.0.2'
BOOTSTRAP_SHA = '7eb532262fbd1112215b5a547b9285794b5360ab'
end
0 commit comments