Change package id/group

This commit is contained in:
Erik C. Thauvin 2023-09-06 16:24:50 -07:00
parent 1ad7dc46dd
commit 53f8fbab21
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ plugins {
id("org.jetbrains.kotlinx.kover")
}
group = "net.thauvin.erik"
group = "net.thauvin.erik.urlencoder"
version = "1.4.0-SNAPSHOT"
dependencies {