Skip to content

Commit 5c836fa

Browse files
authored
Update README.md
1 parent f932717 commit 5c836fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ If you have a question, you can:
1616
4. **[Using the Library](#using-the-library)**
1717

1818
## Downloading
19-
This library is available via Maven Central.
19+
This library is available via Maven Central [here](https://search.maven.org/artifact/com.adamratzman/spotify-api-kotlin).
2020

2121
### Maven:
2222
```
2323
<dependency>
2424
<groupId>com.adamratzman</groupId>
2525
<artifactId>spotify-api-kotlin</artifactId>
26-
<version>2.1.1</version>
26+
<version>2.1.0</version>
2727
</dependency>
2828
```
2929

3030
### Gradle
3131
```
32-
compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.1.1'
32+
compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.1.0'
3333
```
3434

3535
To use the latest snapshot instead, you must add the Jitpack repository

0 commit comments

Comments
 (0)