Skip to content

Commit

Permalink
0.0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
goyounha11 committed Jul 23, 2024
1 parent 6b08125 commit ec2a78f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit ec2a78f

Please sign in to comment.