From 18922c9c2978916a0a45cc5151e8e11fc45cbd93 Mon Sep 17 00:00:00 2001 From: Daniel Norris Date: Wed, 27 Oct 2021 23:29:11 +0100 Subject: [PATCH] chore(gradle): bump version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index da5d8b7..5604ff5 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ apply plugin: 'org.spongepowered.mixin' sourceCompatibility = '1.8' targetCompatibility = '1.8' -version = '0.2.7' +version = '0.2.8' repositories { maven { url 'https://jitpack.io' }