Skip to content

Commit 5a28d99

Browse files
committed
1.5.1 - 21 May 2025
- Moved to Central Publishing, no code changes.
1 parent 0634ef3 commit 5a28d99

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.5.1 - 21 May 2025
2+
- Moved to Central Publishing, no code changes.
3+
14
1.5.0 - 14 April 2025
25
- Merged https://github.com/blueconic/browscap-java/pull/67, speeding up startup by using a sorted CSV. Thanks to @CaunCaran.
36

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Add this to the dependencies in your pom.xml.
4848
<dependency>
4949
<groupId>com.blueconic</groupId>
5050
<artifactId>browscap-java</artifactId>
51-
<version>1.5.0</version>
51+
<version>1.5.1</version>
5252
</dependency>
5353
```
5454

pom.xml

Lines changed: 1 addition & 1 deletion
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.5.0</version>
7+
<version>1.5.1</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)