Version 1.0.1

This commit is contained in:
Erik C. Thauvin 2023-09-23 11:19:13 -07:00
parent 257cec56b4
commit c60da7147c
4 changed files with 8 additions and 8 deletions

View file

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