File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
4
1.2.15 - 18 March 2020
2
5
- Updated to browscap 6000038.
3
6
- Updated unit tests accordingly.
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Add this to the dependencies in your pom.xml.
42
42
<dependency >
43
43
<groupId >com.blueconic</groupId >
44
44
<artifactId >browscap-java</artifactId >
45
- <version >1.2.15 </version >
45
+ <version >1.2.16 </version >
46
46
</dependency >
47
47
```
48
48
Original file line number Diff line number Diff line change 4
4
<groupId >com.blueconic</groupId >
5
5
<artifactId >browscap-java</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.2.15 </version >
7
+ <version >1.2.16 </version >
8
8
<name >browscap-java</name >
9
9
<description >A blazingly fast and memory efficient Java client on top of the BrowsCap CSV source files.</description >
10
10
You can’t perform that action at this time.
0 commit comments