Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calne-ca committed May 12, 2018
1 parent 2e1103f commit dfa74d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,8 @@ client.removeFromMangaList(entry);
```

### Maven Dependency
After first release...
<dependency>
<groupId>net.beardbot</groupId>
<artifactId>mal-api</artifactId>
<version>1.0.0</version>
</dependency>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.beardbot</groupId>
<artifactId>mal-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

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

0 comments on commit dfa74d8

Please sign in to comment.