Skip to content

Commit

Permalink
Version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokulu committed Feb 8, 2024
1 parent fb6bb96 commit 5685c2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A small Discord OAuth2 API wrapper for Java.
<dependency>
<groupId>com.github.Mokulu</groupId>
<artifactId>discord-oauth2-api</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
```

Expand All @@ -38,7 +38,7 @@ A small Discord OAuth2 API wrapper for Java.
```
```
dependencies {
implementation 'com.github.Mokulu:discord-oauth2-api:1.0.3'
implementation 'com.github.Mokulu:discord-oauth2-api:1.0.4'
}
```

Expand Down
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>io.mokulu</groupId>
<artifactId>discord-oauth2-api</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Interact with the Discord OAuth2 API</description>
Expand Down

0 comments on commit 5685c2e

Please sign in to comment.