Pre-1.0.0 release prep.

This commit is contained in:
Erik C. Thauvin 2018-06-20 15:39:27 -07:00
parent 483f794966
commit 0f44c9fa27
8 changed files with 14 additions and 16 deletions

View file

@ -8,7 +8,7 @@ plugins {
defaultTasks(ApplicationPlugin.TASK_RUN_NAME)
dependencies {
compile("net.thauvin.erik:pinboard-poster:0.9.3")
compile("net.thauvin.erik:pinboard-poster:1.0.0")
}
application {
@ -16,5 +16,6 @@ application {
}
repositories {
mavenLocal()
jcenter()
}