Skip to content

Commit

Permalink
0.0.6 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Jul 14, 2021
1 parent 6947efb commit 33944f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.0.1 -> 0.0.5 - Jul 13, 2021
## 0.0.1 -> 0.0.6 - Jul 13, 2021

- Test for Publishing.
10 changes: 9 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "io.github.hoc081098"
version = "0.0.5"
version = "0.0.6"

repositories {
google()
Expand Down Expand Up @@ -155,3 +155,11 @@ spotless {
)
}
}

allprojects {
plugins.withId("com.vanniktech.maven.publish") {
mavenPublish {
sonatypeHost = com.vanniktech.maven.publish.SonatypeHost.S01
}
}
}

0 comments on commit 33944f4

Please sign in to comment.