Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydevelopsstuff committed Aug 31, 2022
1 parent a479e68 commit 2ddeaff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'net.jay'
version '1.0.2'
version '1.0.3'

repositories {
mavenCentral()
Expand All @@ -20,7 +20,7 @@ publishing {
mavenJava(MavenPublication) {
groupId = 'net.jay.solo'
artifactId = 'library'
version = '1.0.2'
version = '1.0.3'

from components.java
}
Expand Down

0 comments on commit 2ddeaff

Please sign in to comment.