Skip to content

Commit 35e052a

Browse files
committed
Bump version to 1.3.0
1 parent 817ae07 commit 35e052a

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.3.0 - 20 July 2020
2+
- Merged 31: updated CSV library
3+
14
1.2.17 - 29 May 2020
25
- Updated to browscap 6000039.
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.17</version>
45+
<version>1.3.0</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.18</version>
7+
<version>1.3.0</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)