Skip to content

Commit 43297d1

Browse files
authored
Merge pull request #41 from roelvv/master
Update to 6000046
2 parents 45ec2c9 + 393670a commit 43297d1

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

CHANGELOG.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.3.7 - 29 September 2021
2+
- Updated to browscap 6000046.
3+
14
1.3.6 - 04 May 2021
25
- Updated to browscap 6000045 (skipped 6000045 due to bug).
36
- Updated unit tests accordingly (Future Chrome and FireFox versions).

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# browscap-java
44
A blazingly fast and memory efficient (thread-safe) Java client on top of the BrowsCap [CSV source files](https://github.com/browscap/browscap).
5-
The BrowsCap version currently shipped is: 6000045.
5+
The BrowsCap version currently shipped is: 6000046.
66

77
## Description
88
This library can be used to parse useragent headers in order to extract information about the used browser, browser version, platform, platform version and device type. Very useful to determine if the client is a desktop, tablet or mobile device or to determine if the client is on Windows or Mac OS (just to name a few examples).
@@ -42,7 +42,7 @@ Add this to the dependencies in your pom.xml.
4242
<dependency>
4343
<groupId>com.blueconic</groupId>
4444
<artifactId>browscap-java</artifactId>
45-
<version>1.3.6</version>
45+
<version>1.3.7</version>
4646
</dependency>
4747
```
4848

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.blueconic</groupId>
55
<artifactId>browscap-java</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.3.6</version>
7+
<version>1.3.7</version>
88
<name>browscap-java</name>
99
<description>A blazingly fast and memory efficient Java client on top of the BrowsCap CSV source files.</description>
1010

src/main/java/com/blueconic/browscap/UserAgentService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
public class UserAgentService {
2323

2424
// The version of the browscap file this bundle depends on
25-
public static final int BUNDLED_BROWSCAP_VERSION = 6000045;
25+
public static final int BUNDLED_BROWSCAP_VERSION = 6000046;
2626
private String myZipFilePath;
2727
private InputStream myZipFileStream;
2828

-5.05 MB
Binary file not shown.
5.28 MB
Binary file not shown.

0 commit comments

Comments
 (0)