From ae374b7aa320fdd542a46696c6ef081f69662eb3 Mon Sep 17 00:00:00 2001 From: Matthew Ratzke Date: Mon, 1 May 2017 20:49:44 -0600 Subject: [PATCH] update material components --- material-components/build.boot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/material-components/build.boot b/material-components/build.boot index 9bd12ab45..f51975977 100644 --- a/material-components/build.boot +++ b/material-components/build.boot @@ -8,7 +8,7 @@ '[clojure.java.io :as io] '[boot.util :refer [sh]]) -(def +lib-version+ "0.7.0") +(def +lib-version+ "0.10.0") (def +version+ (str +lib-version+ "-0")) (task-options! @@ -37,7 +37,7 @@ (task-options! push {:ensure-branch nil}) (comp (download :url (str "https://github.com/material-components/material-components-web/archive/v" +lib-version+ ".zip") - :checksum "02d0870d024be6114b9bd1e098c1f396" + :checksum "72B52CAE1E781602629E6872A44B6748" :unzip true) (build-material-components)