Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
fix links
  • Loading branch information
klu2 committed Apr 21, 2022
1 parent 597f64b commit f09b686
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ plugins {
signing
}

description = "Collection of free to use icons in various formats"
description = "Collection of icons for use in architecture diagrams, documentation and training"
group = "io.cloudflight.architectureicons"
version = "0.0.1"
version = "0.1.0"

repositories {
mavenCentral()
Expand Down Expand Up @@ -59,11 +59,11 @@ publishing {
pom {
name.set(project.name)
description.set(project.description)
url.set("https://github.com/cloudflightio/architectureicons")
url.set("https://github.com/cloudflightio/architecture-icons")
licenses {
license {
name.set("MIT")
url.set("https://github.com/cloudflightio/architectureicons/blob/master/LICENSE")
url.set("https://github.com/cloudflightio/architecture-icons/blob/master/LICENSE")
}
}
inceptionYear.set("2022")
Expand All @@ -79,9 +79,9 @@ publishing {
}
}
scm {
connection.set("scm:[email protected]:cloudflightio/architectureicons.git")
developerConnection.set("scm:[email protected]:cloudflightio/architectureicons.git")
url.set("https://github.com/cloudflightio/architectureicons")
connection.set("scm:[email protected]:cloudflightio/architecture-icons.git")
developerConnection.set("scm:[email protected]:cloudflightio/architecture-icons.git")
url.set("https://github.com/cloudflightio/architecture-icons")
}
}
}
Expand Down

0 comments on commit f09b686

Please sign in to comment.