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": [],