Skip to content

Commit

Permalink
release 0.2.1 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
webhookx-x authored Oct 2, 2024
1 parent 591e48f commit b1c4627
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
webhookx-migration:
image: "webhookx/webhookx:0.2.0"
image: "webhookx/webhookx:0.2.1"
container_name: webhookx-migration
environment:
WEBHOOKX_DATABASE_HOST: webhookx-database
Expand All @@ -13,7 +13,7 @@ services:
condition: service_healthy

webhookx:
image: "webhookx/webhookx:0.2.0"
image: "webhookx/webhookx:0.2.1"
container_name: webhookx
environment:
WEBHOOKX_DATABASE_HOST: webhookx-database
Expand Down
2 changes: 1 addition & 1 deletion openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.2.0
version: 0.2.1

servers:
- url: http://localhost:8080
Expand Down

0 comments on commit b1c4627

Please sign in to comment.