From 5784b371e6359fdc3bee12b20b5ac03feea9ae05 Mon Sep 17 00:00:00 2001 From: Zelaux <58040045+Zelaux@users.noreply.github.com> Date: Thu, 5 Aug 2021 10:07:55 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91692d7..65f4be2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ GasLirary ======== `GasLirary` is a Mindustry java mod library for making new content type: Gas. +banner2 + ### Usage/Examples ###### Gas creating Gas is created in the same way as Item or Liquid, but in terms of parameters it is very similar to Liquid @@ -97,13 +99,13 @@ Depend via Maven: com.github.Zelaux.GasLirary core - v1.2 + v1.3 ``` or Gradle: ```groovy dependencies { - implementation 'com.github.Zelaux.GasLirary:v1.2' + implementation 'com.github.Zelaux.GasLirary:v1.3' } ```