Skip to content

Commit

Permalink
build: v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh committed Jul 14, 2019
1 parent 654ae6a commit 9a1f39b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Run Cypress integration tests in Chrome browser.

## Making a new release

- Merge `dev` into `master`
- Pull down `master`
- Update version number in `src/color-thief.js` and `package.json`
- Run `npm run build`
- Push to Github repo
Expand Down
6 changes: 3 additions & 3 deletions dist/color-thief.min.js

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-thief",
"version": "2.0.1",
"version": "2.1.0",
"author": {
"name": "Lokesh Dhakar",
"email": "lokesh.dhakar@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion src/color-thief.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Color Thief v2.0
* Color Thief v2.1.0
* by Lokesh Dhakar - http://www.lokeshdhakar.com
*
* Thanks
Expand Down

0 comments on commit 9a1f39b

Please sign in to comment.