Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Commit 3b77dd0

Browse files
author
Taylor Caldwell
committed
Version 3.7.1
1 parent 2e0f1e0 commit 3b77dd0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#[RIOT-API-JAVA](http://rithms.net/riot-api-java/)
22
----------
3-
[![JitPack](https://img.shields.io/github/tag/rithms/riot-api-java.svg?label=maven)](https://jitpack.io/#rithms/riot-api-java/v3.7.0)
3+
[![JitPack](https://img.shields.io/github/tag/rithms/riot-api-java.svg?label=maven)](https://jitpack.io/#rithms/riot-api-java/v3.7.1)
44
----------
55

66
A simple to use, Riot Games API wrapper for Java.
@@ -15,7 +15,7 @@ This product is not endorsed, certified or otherwise approved in any way by Riot
1515
- [Google Gson](https://code.google.com/p/google-gson/)
1616

1717
## Download
18-
[Download (Version 3.7.0)](https://www.dropbox.com/s/te7kxqqrhzsp60e/riot-api-java.jar?dl=0)
18+
[Download (Version 3.7.1)](https://www.dropbox.com/s/te7kxqqrhzsp60e/riot-api-java.jar?dl=0)
1919

2020
## Setup
2121

@@ -28,7 +28,7 @@ Build Path -> Configure Build Path -> Libraries -> Add External Jars
2828
and selecting the jar under the Order and Export tab.
2929

3030

31-
This project is also available on [Jitpack](https://jitpack.io/#rithms/riot-api-java/v3.7.0)
31+
This project is also available on [Jitpack](https://jitpack.io/#rithms/riot-api-java/v3.7.1)
3232

3333
## Usage
3434

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.rithms</groupId>
66
<artifactId>riot-api-java</artifactId>
7-
<version>3.7.0</version>
7+
<version>3.7.1</version>
88

99
<build>
1010
<sourceDirectory>src</sourceDirectory>

0 commit comments

Comments
 (0)