Skip to content

Commit

Permalink
v0.7.20 - released under the MIT license
Browse files Browse the repository at this point in the history
  • Loading branch information
faisalman committed Jun 8, 2019
1 parent 8cf2a87 commit a88934f
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions bower.json
@@ -1,8 +1,8 @@
{
"name": "ua-parser-js",
"version": "0.7.19",
"version": "0.7.20",
"authors": [
"Faisal Salman <fyzlman@gmail.com>"
"Faisal Salman <f@faisalman.com>"
],
"private": false,
"main": "src/ua-parser.js",
Expand Down
8 changes: 4 additions & 4 deletions dist/ua-parser.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/ua-parser.pack.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion license.md
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2012-2018 Faisal Salman <<f@faisalman.com>>
Copyright (c) 2012-2019 Faisal Salman <<f@faisalman.com>>

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
2 changes: 1 addition & 1 deletion package.js
@@ -1,6 +1,6 @@
Package.describe({
name: 'faisalman:ua-parser-js',
version: '0.7.19',
version: '0.7.20',
summary: 'Lightweight JavaScript-based user-agent string parser',
git: 'https://github.com/faisalman/ua-parser-js.git',
documentation: 'readme.md'
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"title": "UAParser.js",
"name": "ua-parser-js",
"version": "0.7.19",
"version": "0.7.20",
"author": "Faisal Salman <f@faisalman.com> (http://faisalman.com)",
"description": "Lightweight JavaScript-based user-agent string parser",
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions src/ua-parser.js
@@ -1,10 +1,10 @@
/*!
* UAParser.js v0.7.19
* UAParser.js v0.7.20
* Lightweight JavaScript-based User-Agent string parser
* https://github.com/faisalman/ua-parser-js
*
* Copyright © 2012-2016 Faisal Salman <fyzlman@gmail.com>
* Dual licensed under GPLv2 or MIT
* Copyright © 2012-2019 Faisal Salman <f@faisalman.com>
* Licensed under MIT License
*/

(function (window, undefined) {
Expand All @@ -16,7 +16,7 @@
/////////////


var LIBVERSION = '0.7.19',
var LIBVERSION = '0.7.20',
EMPTY = '',
UNKNOWN = '?',
FUNC_TYPE = 'function',
Expand Down

0 comments on commit a88934f

Please sign in to comment.