Skip to content

Commit

Permalink
- just a test
Browse files Browse the repository at this point in the history
Signed-off-by: Lyzev <lyzev.info@gmail.com>
  • Loading branch information
Lyzev committed Apr 7, 2022
1 parent 0242745 commit f7d8cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Expand Up @@ -11,7 +11,7 @@ plugins {
operator fun Project.get(property: String): String = property(property) as String

group = "me.lyzev.whois"
version = "1.3"
version = "1.4"

repositories {
mavenCentral()
Expand All @@ -37,7 +37,7 @@ publishing {
create<MavenPublication>("maven") {
groupId = "me.lyzev.whois"
artifactId = "Whois4K"
version = "1.3"
version = "1.4"

from(components["java"])
}
Expand Down

0 comments on commit f7d8cb0

Please sign in to comment.