From 840e80785138fc21992e1f0c6cc4dc00f23afbcb Mon Sep 17 00:00:00 2001 From: devsamuelv Date: Fri, 7 Oct 2022 00:02:02 -0400 Subject: [PATCH] updated the package version. I really need to make a workflow to automate this its getting very annoying. --- ThePinkAlliance.json | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ThePinkAlliance.json b/ThePinkAlliance.json index 223ac11..3f0960f 100644 --- a/ThePinkAlliance.json +++ b/ThePinkAlliance.json @@ -1,7 +1,7 @@ { "fileName": "ThePinkAlliance.json", "name": "ThePinkAlliance", - "version": "2.1.15", + "version": "2.1.16", "uuid": "9619F7EA-7F96-4236-9D94-02338DFED572", "mavenUrls": [ "https://jitpack.io", @@ -13,7 +13,7 @@ { "groupId": "com.github.ThePinkAlliance", "artifactId": "core", - "version": "2.1.15" + "version": "2.1.16" } ], "jniDependencies": [], diff --git a/build.gradle b/build.gradle index f41a547..5737889 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'java-library' apply plugin: 'maven-publish' group = 'com.ThePinkAlliance.core' -version = '2.1.15' +version = '2.1.16' sourceCompatibility = JavaVersion.VERSION_11 // java 11 targetCompatibility = JavaVersion.VERSION_11