Skip to content

Commit

Permalink
Update for v0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hidebike712 committed Dec 25, 2024
1 parent e759603 commit b28074b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apply plugin: 'java'
// Configure the jar task to include the project version in the generated JAR file name.
jar {
archiveBaseName = 'rfc3986'
archiveVersion = '0.1.0'
archiveVersion = '0.1.1'
archiveClassifier = null
}

Expand Down Expand Up @@ -64,7 +64,7 @@ mavenPublishing {
}

mavenPublishing {
coordinates("org.czeal", "rfc3986", "0.1.0")
coordinates("org.czeal", "rfc3986", "0.1.1")

pom {
name = "Java URI Library Compliant with RFC 3986"
Expand Down

0 comments on commit b28074b

Please sign in to comment.