Skip to content

Commit

Permalink
release 0.4.0 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
vm-001 authored Dec 31, 2024
1 parent ca34e88 commit 9d2e5ad
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.3.0"
image: "webhookx/webhookx:0.4.0"
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.3.0"
image: "webhookx/webhookx:0.4.0"
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.3.0
version: 0.4.0

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

0 comments on commit 9d2e5ad

Please sign in to comment.