diff --git a/build.gradle.kts b/build.gradle.kts index 28b681c..2fcc667 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ plugins { } group = "io.github.goyounha11" -version = "0.0.6" +version = "0.0.7" apply(from = "${rootDir}/scripts/publish-maven.gradle") apply(from = "publish.gradle") diff --git a/publish.gradle b/publish.gradle index e294155..768d7c5 100644 --- a/publish.gradle +++ b/publish.gradle @@ -1,6 +1,6 @@ ext { PUBLISH_GROUP_ID = 'io.github.goyounha11' - PUBLISH_VERSION = '0.0.6' + PUBLISH_VERSION = '0.0.7' PUBLISH_ARTIFACT_ID = 'automatedAPIDocsUtil' PUBLISH_DESCRIPTION = 'restdocs simple create util' PUBLISH_URL = 'https://github.com/goyounha11/automatedAPIDocsUtil'