From f86e61dd9f30c21d3cb0c7bd1e88259f97163ea3 Mon Sep 17 00:00:00 2001 From: Blue Mods <53561555+bluemods@users.noreply.github.com> Date: Wed, 23 Aug 2023 17:37:40 -0400 Subject: [PATCH] Update to 1.0.2 --- README.md | 2 +- lib/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8636064..ab1206f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ repositories { Then add the repository: ```groovy -implementation 'com.github.bluemods:GumroadAPI:1.0.1' +implementation 'com.github.bluemods:GumroadAPI:1.0.2' ``` ## Getting an access token (API key) diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 64f7d50..723a2c1 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "com.gumroad.api" -version = "1.0.1" +version = "1.0.2" repositories { mavenCentral()