Skip to content

Commit

Permalink
update version to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarthelery committed Nov 17, 2021
1 parent c5270c1 commit d770d60
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 @@ -26,7 +26,7 @@ plugins {

allprojects {
group = "com.geekorum.flydroid"
version = "0.1-SNAPSHOT"
version = "0.1"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion templates/flydroid-api.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ job "flydroid-api" {
}

artifact {
source = "http://localhost:8000/apiserver/build/libs/apiserver-0.1-SNAPSHOT-all.jar"
source = "https://github.com/fbarthelery/flydroid/releases/download/0.1/apiserver-0.1-all.jar"
}

resources {
Expand Down

0 comments on commit d770d60

Please sign in to comment.