Skip to content

Commit

Permalink
🚀 :: (#2) Update to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
smoothbear committed May 27, 2021
1 parent 530cc2a commit d18b3ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group 'io.github.team-xquare'
version '0.0.5-SNAPSHOT'
version '0.0.6'

repositories {
mavenCentral()
Expand Down Expand Up @@ -46,15 +46,15 @@ publishing {
maven(MavenPublication) {
groupId = 'io.github.team-xquare'
artifactId = 'utils'
version = '0.0.5'
version = '0.0.6'

from components.java
}
}
repositories {
maven {
name = "OSSRH"
url = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
url = "https://oss.sonatype.org/service/local/staging/deploy/maven2"
credentials {
username = System.getenv("MAVEN_USERNAME")
password = System.getenv("MAVEN_PASSWORD")
Expand Down

0 comments on commit d18b3ee

Please sign in to comment.