Skip to content

Commit

Permalink
Merge pull request #78 from TheJacksonLaboratory/76-filter-param
Browse files Browse the repository at this point in the history
0.15.19
  • Loading branch information
iimpulse authored Jan 2, 2025
2 parents 364e8e4 + 6747565 commit ed24836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id("com.dorongold.task-tree") version "3.0.0"
}

version = "0.5.18"
version = "0.5.19"
group = "org.jacksonlaboratory"

repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jacksonlaboratory/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
info = @Info(
title = "ontology-service-${ontology}",
description = "A restful service for the ${ontology} ontology.",
version = "0.5.18",
version = "0.5.19",
contact = @Contact(name = "Michael Gargano", email = "[email protected]")
)
)
Expand Down

0 comments on commit ed24836

Please sign in to comment.