Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rko committed Aug 18, 2022
1 parent 6bf371d commit 6f175f9
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 @@ -8,15 +8,15 @@ def githubProperties = new Properties()
githubProperties.load(new FileInputStream(rootProject.file("github.properties")))

def libraryArtifactId = "m3okotlin"
def libraryVersion = "0.3.1"
def libraryVersion = "0.3.2"

publishing {
publications {
bar(MavenPublication) {
groupId 'com.cyb3rko'
artifactId libraryArtifactId
version libraryVersion
artifact("build/libs/m3o-kotlin.jar")
artifact("build/libs/m3o-kotlin-${libraryVersion}.jar")
}
}

Expand Down

0 comments on commit 6f175f9

Please sign in to comment.