Skip to content

Commit

Permalink
Publish 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed Aug 13, 2019
1 parent 40c6a45 commit 68b5ffe
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions dist/pickr.es5.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/pickr.es5.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/pickr.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/pickr.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/themes/classic.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/themes/monolith.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/themes/nano.min.css

Large diffs are not rendered by default.

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
@@ -1,6 +1,6 @@
{
"name": "@simonwep/pickr",
"version": "1.2.7",
"version": "1.3.0",
"license": "MIT",
"author": "Simon Reinisch <toports@gmx.de>",
"description": "Flat, Simple, Hackable Color-Picker.",
Expand Down
2 changes: 1 addition & 1 deletion src/js/pickr.js
Expand Up @@ -866,5 +866,5 @@ Pickr.libs = {
Pickr.create = options => new Pickr(options);

// Assign version and export
Pickr.version = '1.2.7';
Pickr.version = '1.3.0';
export default Pickr;

0 comments on commit 68b5ffe

Please sign in to comment.