From 5306595e24734ccef27908ba1c5fcd135f7e5625 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 2 May 2020 19:45:20 +0200 Subject: [PATCH] update --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a709819..c0c0a55 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle' apply plugin: 'eclipse' apply plugin: 'maven-publish' -version = '1.2.1' +version = '1.3.0' group = 'de.ellpeck.prettypipes' // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = 'PrettyPipes'