Skip to content

Commit

Permalink
release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
devsamuelv committed Mar 20, 2022
1 parent c71c2e3 commit 3f7f35a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pink-core.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"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",
"javaDependencies": [
{
"groupId": "com.github.ThePinkAlliance",
"artifactId": "core",
"version": "2.0.2"
"version": "2.0.3"
}
],
"jniDependencies": [],
Expand Down

0 comments on commit 3f7f35a

Please sign in to comment.