Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
(readme typo)
  • Loading branch information
8lueberry committed Aug 7, 2015
1 parent 1d3ee44 commit af69acd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.2.3

2015-08-07

- Fix documentation for less (issue #7)

# 1.2.2

2015-03-20
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Import [palette.less](http://danlevan.github.io/google-material-color/dist/palet
@import 'palette';
...

.issue-7 {
.my-div {
.palette('Light Blue', '700');
background-color: @palette;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.",
"main": "dist/palette.js",
"scripts": {
Expand Down

0 comments on commit af69acd

Please sign in to comment.