diff --git a/bower.json b/bower.json index 91b0a46..0e2ba97 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "google-material-color", - "version": "1.2.2", + "version": "1.2.3", "description": "Google material color (http://www.google.com/design/spec/style/color.html) implementation for Sass, Less, Stylus, CSS and JS.", "homepage": "https://github.com/danlevan/google-material-color", "authors": [ diff --git a/dist/palette.css b/dist/palette.css index fb1dbc7..e83d26e 100644 --- a/dist/palette.css +++ b/dist/palette.css @@ -1,5 +1,5 @@ /** - * google-material-color v1.2.2 + * google-material-color v1.2.3 * https://github.com/danlevan/google-material-color */ .palette-Red.bg { diff --git a/dist/palette.js b/dist/palette.js index b0cd8c8..94d673c 100644 --- a/dist/palette.js +++ b/dist/palette.js @@ -1,5 +1,5 @@ /** - * google-material-color v1.2.2 + * google-material-color v1.2.3 * https://github.com/danlevan/google-material-color */ (function(root, factory) { diff --git a/dist/palette.less b/dist/palette.less index 20cf796..e1cd6c1 100644 --- a/dist/palette.less +++ b/dist/palette.less @@ -1,5 +1,5 @@ /** - * google-material-color v1.2.2 + * google-material-color v1.2.3 * https://github.com/danlevan/google-material-color */ @palette-Red-50: #FFEBEE; diff --git a/dist/palette.scss b/dist/palette.scss index a4e3cc0..2169e8d 100644 --- a/dist/palette.scss +++ b/dist/palette.scss @@ -1,5 +1,5 @@ /** - * google-material-color v1.2.2 + * google-material-color v1.2.3 * https://github.com/danlevan/google-material-color */ $palette: ( diff --git a/dist/palette.styl b/dist/palette.styl index 916c56a..194a9fb 100644 --- a/dist/palette.styl +++ b/dist/palette.styl @@ -1,5 +1,5 @@ /** - * google-material-color v1.2.2 + * google-material-color v1.2.3 * https://github.com/danlevan/google-material-color */ $palette = {