Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webhookx-x committed Sep 26, 2024
1 parent e58b779 commit 65f5c00
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.1.0"
image: "webhookx/webhookx:0.2.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.1.0"
image: "webhookx/webhookx:0.2.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.1.0
version: 0.2.0

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

0 comments on commit 65f5c00

Please sign in to comment.