Skip to content

Commit d7fc5e8

Browse files
committed
Merged PR 28
1 parent 33a3602 commit d7fc5e8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.2.16 - 10 April 2020
2+
- Merged PR #28, which allows using the default Browscap ZIP file which not only contains the CSV file.
3+
14
1.2.15 - 18 March 2020
25
- Updated to browscap 6000038.
36
- Updated unit tests accordingly.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.2.15</version>
45+
<version>1.2.16</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.2.15</version>
7+
<version>1.2.16</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

0 commit comments

Comments
 (0)