Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed May 5, 2023
1 parent 6cc08b7 commit 98e1ff2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ or killing other players. When a player reaches 25 points the game ends and winn
- [Discord Community](https://www.discord.gg/rVkaGmyszE)

## Donations
You like the OITC? Then [donate](https://www.patreon.com/despical) back me to support the development. Donations are more like motivation than money and, they are speeding up the development.
- [Patreon](https://www.patreon.com/despical)
- [Buy me a Coffe](https://www.buymeacoffee.com/despical)

## Using One in the Chamber API
The project isn't in the Central Repository yet, so specifying a repository is needed.<br>
Expand All @@ -38,7 +39,7 @@ The project isn't in the Central Repository yet, so specifying a repository is n
<dependency>
<groupId>com.github.Despical</groupId>
<artifactId>OITC</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -55,7 +56,7 @@ repositories {
```
```
dependencies {
compileOnly group: "com.github.Despical", name: "OITC", version: "2.2.9";
compileOnly group: "com.github.Despical", name: "OITC", version: "2.3.1";
}
```
</details>
Expand Down

0 comments on commit 98e1ff2

Please sign in to comment.