Skip to content

Commit dfa74d8

Browse files
committed
Release 1.0.0
1 parent 2e1103f commit dfa74d8

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,8 @@ client.removeFromMangaList(entry);
9090
```
9191

9292
### Maven Dependency
93-
After first release...
93+
<dependency>
94+
<groupId>net.beardbot</groupId>
95+
<artifactId>mal-api</artifactId>
96+
<version>1.0.0</version>
97+
</dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>net.beardbot</groupId>
88
<artifactId>mal-api</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010

1111
<name>${project.groupId}:${project.artifactId}</name>
1212
<description>Java binding for the official MyAnimeList API</description>

0 commit comments

Comments
 (0)