Skip to content

Commit 58777a8

Browse files
authored
Update README.md
1 parent f9557c0 commit 58777a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# java-tuple
2-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.andrebreves.java/java-tuple/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.andrebreves.java/java-tuple)
2+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.andrebreves/java-tuple/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.andrebreves/java-tuple)
33

44
Yet another Tuple library for Java 8 and up.
55

@@ -9,9 +9,9 @@ Add to ```pom.xml```:
99
```xml
1010
<dependencies>
1111
<dependency>
12-
<groupId>com.andrebreves.java</groupId>
12+
<groupId>com.andrebreves</groupId>
1313
<artifactId>java-tuple</artifactId>
14-
<version>1.0.0</version>
14+
<version>1.1.0</version>
1515
</dependency>
1616
</dependencies>
1717
```

0 commit comments

Comments
 (0)