From 6bf120f61d906c9d3d5a9cd7c14f782a07e5845e Mon Sep 17 00:00:00 2001 From: Phinner <62483793+Phinner@users.noreply.github.com> Date: Tue, 9 May 2023 10:02:23 +0000 Subject: [PATCH] chore: Forgot to bump version in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05a8b66..c5f624f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Toxopid -[![Mindustry 6.0 | 7.0 ](https://img.shields.io/badge/Mindustry-6.0%20%7C%207.0-00b0b3)](https://github.com/Anuken/Mindustry/releases) +[![Mindustry 6.0 | 7.0](https://img.shields.io/badge/Mindustry-6.0%20%7C%207.0-00b0b3)](https://github.com/Anuken/Mindustry/releases) [![Gradle Plugin Portal](https://img.shields.io/gradle-plugin-portal/v/fr.xpdustry.toxopid?color=00b0b3&logoColor=00b0b3&label=Gradle)](https://plugins.gradle.org/plugin/fr.xpdustry.toxopid) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Xpdustry/Toxopid/build.yml?color=00b0b3&label=Build)](https://github.com/Xpdustry/Toxopid/actions/workflows/build.yml) [![Discord](https://img.shields.io/discord/653979433312452609?color=00b0b3&label=Discord)](https://discord.xpdustry.fr) @@ -26,7 +26,7 @@ The following examples assume you are using a kotlin build script. ```gradle.kts plugins { - id("fr.xpdustry.toxopid") version "3.0.0" + id("fr.xpdustry.toxopid") version "3.2.0" } ```