Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Jan 22, 2017
1 parent cf4ec09 commit 84511f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.github.sanity'
version '0.0.14'
version '0.0.15'

buildscript {
ext.kotlin_version = '1.1.0-beta-17'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ class MiniFooterSection(wrapped: DivElement) : DivElement(wrapped) {

// TODO: User needs to be able to specify their own social button css classes, see:
// TODO: https://github.com/google/material-design-lite/blob/88872e672e41c56af0a78a35b34373b8c4a8c49d/docs/_assets/main.css#L533
// TODO: This might need to wait for a css DSL
fun socialButton(attributes: Map<String, Any> = attr) = button(attributes = attributes.classes("mdl-mini-footer__social-btn"))
}

enum class MiniFooterSide {
left, right
}

0 comments on commit 84511f3

Please sign in to comment.