Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #20

Merged
merged 2 commits into from
Apr 20, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update README.md
  • Loading branch information
portlek committed Apr 19, 2020
commit 9cd938f071af32dc71962a2b2e5b29576f358b74
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![Bukkit Version](https://img.shields.io/badge/bukkit-1.15-dark_green.svg)](https://shields.io/)
[![Java](https://img.shields.io/badge/java-8-dark_green.svg)](https://shields.io/)
[![Build](https://img.shields.io/badge/build-passing-dark_green.svg)](https://shields.io/)
![maven-central](https://img.shields.io/maven-central/v/com.github.cryptomorin/XSeries)

XSeries is a set of utility classes mainly designed to provide cross-version support for Minecraft Bukkit servers.
But it also includes numerous extra methods to help developers design their plugins easier.
Expand Down Expand Up @@ -39,7 +40,7 @@ another class ([ParticleDisplay](src/main/java/com/cryptomorin/xseries/ParticleD
<dependency>
<groupId>com.github.cryptomorin</groupId>
<artifactId>XSeries</artifactId>
<version>5.3.1</version>
<version>${version}</version>
</dependency>
```

Expand Down