From 3f7f35ad793bf3a7a375a70df2958c6123596dba Mon Sep 17 00:00:00 2001 From: Samuel Villegas <52802289+devsamuelv@users.noreply.github.com> Date: Sun, 20 Mar 2022 18:20:00 -0400 Subject: [PATCH] release 2.0.3 --- build.gradle | 2 +- pink-core.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index eb19f12..8b5d6cc 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.0.2' +version = '2.0.3' sourceCompatibility = JavaVersion.VERSION_11 // java 11 targetCompatibility = JavaVersion.VERSION_11 diff --git a/pink-core.json b/pink-core.json index 8e7a9f5..2479136 100644 --- a/pink-core.json +++ b/pink-core.json @@ -1,7 +1,7 @@ { "fileName": "pink-core.json", "name": "ThePinkAlliance", - "version": "2.0.2", + "version": "2.0.3", "uuid": "9619F7EA-7F96-4236-9D94-02338DFED572", "mavenUrls": ["https://jitpack.io"], "jsonUrl": "https://raw.githubusercontent.com/ThePinkAlliance/core/main/pink-core.json", @@ -9,7 +9,7 @@ { "groupId": "com.github.ThePinkAlliance", "artifactId": "core", - "version": "2.0.2" + "version": "2.0.3" } ], "jniDependencies": [],