Skip to content

Commit

Permalink
v. 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezzhevichka committed Feb 6, 2024
1 parent 5028098 commit becf957
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions lib/device-uuid.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* device-uuid.js v1.0.4 (https://github.com/biggora/device-uuid/)
* Copyright 2016-2017 Alexey Gordeyev
* Licensed under MIT (https://github.com/biggora/device-uuid/blob/master/LICENSE)
* device-uuid.js v1.0.4 (https://github.com/Ezzhevichka/device-uuid-liq/)
* Copyright 2024 Ivan Ryzhkou
* Licensed under MIT (https://github.com/biggora/device-uuid-liq/main/LICENSE)
*/
/*global
screen, window, navigator
Expand Down Expand Up @@ -1034,5 +1034,5 @@ class DeviceUUID {

const UUID = new DeviceUUID(navigator.userAgent);

export { UUID };
export default UUID;

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "device-uuid-liq",
"description": "Simple browser device uuid generation library.",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "https://github.com/Ezzhevichka/device-uuid-liq/",
"repository": {
"type": "git",
Expand Down

0 comments on commit becf957

Please sign in to comment.