Skip to content

Commit 2742e5f

Browse files
authored
Update README.md
1 parent f26d190 commit 2742e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ For those of you using Maven, just add the following to your `pom.xml` file:
1111
```xml
1212
<repository>
1313
<id>rayzr-repo</id>
14-
<url>https://cdn.rawgit.com/Rayzr522/maven-repo/master/</url>
14+
<url>https://rayzr.dev/repo/</url>
1515
</repository>
1616
```
1717

1818
```xml
1919
<dependency>
2020
<groupId>me.rayzr522</groupId>
2121
<artifactId>jsonmessage</artifactId>
22-
<version>1.0.0</version>
22+
<version>1.2.0</version>
2323
</dependency>
2424
```
2525

0 commit comments

Comments
 (0)