From 5685c2e1b14b5eff2509161325e81b1c4943ff66 Mon Sep 17 00:00:00 2001 From: Mokulu Date: Thu, 8 Feb 2024 14:16:15 -0800 Subject: [PATCH] Version 1.0.4 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 70d2283..ba1f6b2 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ A small Discord OAuth2 API wrapper for Java. com.github.Mokulu discord-oauth2-api - 1.0.3 + 1.0.4 ``` @@ -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' } ``` diff --git a/pom.xml b/pom.xml index 3753bcf..f8f2bcf 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.mokulu discord-oauth2-api - 1.0.3 + 1.0.4 ${project.groupId}:${project.artifactId} Interact with the Discord OAuth2 API