Preping for 1.0.0 release

This commit is contained in:
Erik C. Thauvin 2022-09-09 11:54:20 -07:00
parent cdba6b7597
commit 8fc2a01d5b
4 changed files with 9 additions and 9 deletions

View file

@ -22,7 +22,7 @@ defaultTasks(ApplicationPlugin.TASK_RUN_NAME)
description = "Retrieve cryptocurrencies prices."
group = "net.thauvin.erik"
version = "1.0.0-SNAPSHOT"
version = "1.0.0"
val deployDir = "deploy"
val gitHub = "ethauvin/$name"