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)