Skip to content

Commit

Permalink
Bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmester committed Aug 14, 2021
1 parent 2e77f53 commit dc54b02
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2014-2020 Daniel Mester Pirttijärvi
Copyright (c) 2014-2021 Daniel Mester Pirttijärvi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ use it right off [jsDelivr](https://www.jsdelivr.com).

```HTML
<!-- Using jsDelivr -->
<script src="https://cdn.jsdelivr.net/npm/jdenticon@3.1.0/dist/jdenticon.min.js"
integrity="sha384-VngWWnG9GS4jDgsGEUNaoRQtfBGiIKZTiXwm9KpgAeaRn6Y/1tAFiyXqSzqC8Ga/"
<script src="https://cdn.jsdelivr.net/npm/jdenticon@3.1.1/dist/jdenticon.min.js"
integrity="sha384-l0/0sn63N3mskDgRYJZA6Mogihu0VY3CusdLMiwpJ9LFPklOARUcOiWEIGGmFELx"
crossorigin="anonymous">
</script>

Expand Down
6 changes: 3 additions & 3 deletions dist/jdenticon-module.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-module.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/jdenticon-module.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**
* Jdenticon 3.1.0
* Jdenticon 3.1.1
* http://jdenticon.com
*
* Built: 2020-12-12T13:51:48.709Z
* Built: 2021-08-14T17:50:52.207Z
*
* MIT License
*
Expand Down Expand Up @@ -1379,7 +1379,7 @@ function renderDomElement(el, hashOrValue, config, rendererFactory) {
* Specifies the version of the Jdenticon package in use.
* @type {string}
*/
const version = "3.1.0";
const version = "3.1.1";

/**
* Specifies which bundle of Jdenticon that is used.
Expand Down
2 changes: 1 addition & 1 deletion dist/jdenticon-module.mjs.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/jdenticon-node.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-node.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/jdenticon-node.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**
* Jdenticon 3.1.0
* Jdenticon 3.1.1
* http://jdenticon.com
*
* Built: 2020-12-12T13:51:48.709Z
* Built: 2021-08-14T17:50:52.207Z
*
* MIT License
*
Expand Down Expand Up @@ -1197,7 +1197,7 @@ if (typeof process === "undefined" &&
* Specifies the version of the Jdenticon package in use.
* @type {string}
*/
const version = "3.1.0";
const version = "3.1.1";

/**
* Specifies which bundle of Jdenticon that is used.
Expand Down
2 changes: 1 addition & 1 deletion dist/jdenticon-node.mjs.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/jdenticon.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**
* Jdenticon 3.1.0
* Jdenticon 3.1.1
* http://jdenticon.com
*
* Built: 2020-12-12T13:51:48.709Z
* Built: 2021-08-14T17:50:52.207Z
*
* MIT License
*
Expand Down Expand Up @@ -1419,7 +1419,7 @@ jdenticon["updateSvg"] = update;
* Specifies the version of the Jdenticon package in use.
* @type {string}
*/
jdenticon["version"] = "3.1.0";
jdenticon["version"] = "3.1.1";

/**
* Specifies which bundle of Jdenticon that is used.
Expand Down
4 changes: 2 additions & 2 deletions dist/jdenticon.min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jdenticon",
"version": "3.1.0",
"version": "3.1.1",
"description": "Javascript identicon generator",
"main": "dist/jdenticon-node.js",
"exports": {
Expand Down Expand Up @@ -78,7 +78,7 @@
"test:browser-win": "tap ./test/e2e/browser/test.js --test-arg=win --test-arg=chrome,firefox,edge,ie11,ie10,ie9 --timeout=300",
"test:browser-macos": "tap ./test/e2e/browser/test.js --test-arg=macos --test-arg=chrome,firefox,safari --timeout=180",
"test:node-cjs": "tap ./test/e2e/node/test.js",
"test:node-esm": "tap ./test/e2e/node/test.mjs",
"test:node-esm": "tap ./test/e2e/node/test.mjs",
"test:webpack4": "cd ./test/e2e/webpack && node runner.js webpack4 && tap ./app.bundle.js --no-coverage",
"test:webpack5": "cd ./test/e2e/webpack && node runner.js webpack5 && tap ./app.bundle.js --no-coverage",
"test:rollup": "cd ./test/e2e/rollup && rollup --config && tap ./app.bundle.js --no-coverage",
Expand Down

0 comments on commit dc54b02

Please sign in to comment.