Skip to content

Commit

Permalink
Update to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemods committed Aug 23, 2023
1 parent 5c0ef95 commit f86e61d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "com.gumroad.api"
version = "1.0.1"
version = "1.0.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit f86e61d

Please sign in to comment.