Skip to content

Commit

Permalink
🔖 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
luukdv committed Oct 25, 2020
1 parent 3c2325c commit e3a7814
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "color.js",
"version": "1.0.2",
"version": "1.1.0",
"description": "Extract image colors with JavaScript. Supports DOM elements and (external) URL's.",
"homepage": "https://github.com/luukdv/color.js",
"repository": "luukdv/color.js",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ npm install color.js
Or directly in the browser:

```html
<script src="https://unpkg.com/color.js@1.0.2/dist/color.js"></script>
<script src="https://unpkg.com/color.js@1.1.0/dist/color.js"></script>
```

## Usage example:
Expand All @@ -32,7 +32,7 @@ console.log(color) // [241, 221, 63]
When used directly in the browser:

```html
<script src="https://unpkg.com/color.js@1.0.2/dist/color.js"></script>
<script src="https://unpkg.com/color.js@1.1.0/dist/color.js"></script>
```

```js
Expand Down

0 comments on commit e3a7814

Please sign in to comment.