Skip to content

Commit

Permalink
Update to bootstrap 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrossland authored and legart committed Aug 3, 2015
1 parent e8a7712 commit 84f9bb1
Show file tree
Hide file tree
Showing 52 changed files with 767 additions and 274 deletions.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ Use in `BuildConfig.groovy`
```groovy
plugins {
/// whatever
runtime ':twitter-bootstrap:$version' // current: 3.3.4
runtime ':twitter-bootstrap:$version' // current: 3.3.5
// else whatever
}
```
Expand Down Expand Up @@ -209,6 +209,9 @@ See http://getbootstrap.com/css/ for the updated documentation.

# History

3.3.5
- Upgraded to Bootstrap 3.3.5

3.3.4
- Upgraded to Bootstrap 3.3.4

Expand Down
2 changes: 1 addition & 1 deletion TwitterBootstrapGrailsPlugin.groovy
@@ -1,5 +1,5 @@
class TwitterBootstrapGrailsPlugin {
def version = "3.3.4"
def version = "3.3.5"
def grailsVersion = "1.3.7 > *"
def author = "Karol Balejko"
def authorEmail = "kb@groovydev.com"
Expand Down
139 changes: 125 additions & 14 deletions web-app/css/bootstrap-theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web-app/css/bootstrap-theme.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions web-app/css/bootstrap-theme.min.css

Large diffs are not rendered by default.

0 comments on commit 84f9bb1

Please sign in to comment.