Skip to content

Commit

Permalink
Bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmester committed Dec 22, 2018
1 parent 498ab4c commit 95c2cd9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use it right off [jsDelivr](https://www.jsdelivr.com).

```HTML
<!-- Using jsDelivr -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/jdenticon@2.1.0"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/jdenticon@2.1.1"></script>

<!-- OR -->

Expand Down
6 changes: 3 additions & 3 deletions dist/jdenticon.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**
* Jdenticon 2.1.0
* Jdenticon 2.1.1
* http://jdenticon.com
*
* Built: 2018-04-15T17:32:59.846Z
* Built: 2018-12-22T10:15:41.611Z
*
* Copyright (c) 2014-2018 Daniel Mester Pirttijärvi
*
Expand Down Expand Up @@ -1323,7 +1323,7 @@ function jdenticonStartup() {
jdenticon["drawIcon"] = drawIcon;
jdenticon["toSvg"] = toSvg;
jdenticon["update"] = update;
jdenticon["version"] = "2.1.0";
jdenticon["version"] = "2.1.1";

// Basic jQuery plugin
if (jQuery) {
Expand Down
4 changes: 2 additions & 2 deletions dist/jdenticon.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 dist/jdenticon.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jdenticon",
"version": "2.1.0",
"version": "2.1.1",
"description": "Javascript identicon generator",
"main": "index.js",
"browser": "dist/jdenticon.min.js",
Expand Down

0 comments on commit 95c2cd9

Please sign in to comment.