Skip to content

Commit 9999815

Browse files
committed
Update version number to 0.7.24
1 parent 809439e commit 9999815

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

‎bower.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ua-parser-js",
3-
"version": "0.7.23",
3+
"version": "0.7.24",
44
"authors": [
55
"Faisal Salman <f@faisalman.com>"
66
],

‎dist/ua-parser.min.js‎

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/ua-parser.pack.js‎

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎license.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2012-2019 Faisal Salman <<f@faisalman.com>>
3+
Copyright (c) 2012-2021 Faisal Salman <<f@faisalman.com>>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

‎package.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'faisalman:ua-parser-js',
3-
version: '0.7.23',
3+
version: '0.7.24',
44
summary: 'Lightweight JavaScript-based user-agent string parser',
55
git: 'https://github.com/faisalman/ua-parser-js.git',
66
documentation: 'readme.md'

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "UAParser.js",
33
"name": "ua-parser-js",
4-
"version": "0.7.23",
4+
"version": "0.7.24",
55
"author": "Faisal Salman <f@faisalman.com> (http://faisalman.com)",
66
"description": "Lightweight JavaScript-based user-agent string parser",
77
"keywords": [

‎readme.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Do you use & like UAParser.js but you don’t find a way to show some love? If y
317317

318318
MIT License
319319

320-
Copyright (c) 2012-2019 Faisal Salman <<f@faisalman.com>>
320+
Copyright (c) 2012-2021 Faisal Salman <<f@faisalman.com>>
321321

322322
Permission is hereby granted, free of charge, to any person obtaining a copy
323323
of this software and associated documentation files (the "Software"), to deal

‎src/ua-parser.js‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*!
2-
* UAParser.js v0.7.23
2+
* UAParser.js v0.7.24
33
* Lightweight JavaScript-based User-Agent string parser
44
* https://github.com/faisalman/ua-parser-js
55
*
6-
* Copyright © 2012-2019 Faisal Salman <f@faisalman.com>
6+
* Copyright © 2012-2021 Faisal Salman <f@faisalman.com>
77
* Licensed under MIT License
88
*/
99

@@ -16,7 +16,7 @@
1616
/////////////
1717

1818

19-
var LIBVERSION = '0.7.23',
19+
var LIBVERSION = '0.7.24',
2020
EMPTY = '',
2121
UNKNOWN = '?',
2222
FUNC_TYPE = 'function',

0 commit comments

Comments
 (0)