From 9cd938f071af32dc71962a2b2e5b29576f358b74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hasan=20Demirta=C5=9F?= Date: Sun, 19 Apr 2020 17:38:52 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f76a0a7..606b70cd 100644 --- a/README.md +++ b/README.md @@ -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. @@ -39,7 +40,7 @@ another class ([ParticleDisplay](src/main/java/com/cryptomorin/xseries/ParticleD com.github.cryptomorin XSeries - 5.3.1 + ${version} ``` From 1e0c680d07dc9947a0606c981a5d11f6d5b825da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hasan=20Demirta=C5=9F?= Date: Mon, 20 Apr 2020 16:41:12 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 606b70cd..7a658a8a 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ another class ([ParticleDisplay](src/main/java/com/cryptomorin/xseries/ParticleD com.github.cryptomorin XSeries - ${version} + version ```