Skip to content

Commit

Permalink
Merge pull request #1190 from open-dynaMIX/create_release
Browse files Browse the repository at this point in the history
chore: trigger new release
  • Loading branch information
open-dynaMIX authored Dec 30, 2024
2 parents 8649c96 + 1464295 commit 84e1b4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mysagw"
version = "0.1.3"
version = "0.1.4"
description = "Application management for SAGW"
repository = "https://github.com/adfinis/mySAGW"
authors = ["Adfinis"]
Expand Down
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
x-version: 0.4.2
x-version: 0.4.3

services:
db:
Expand All @@ -11,7 +11,7 @@ services:
- "5432:5432"

api:
image: ghcr.io/adfinis/mysagw/api:0.1.3
image: ghcr.io/adfinis/mysagw/api:0.1.4
environment:
- DATABASE_HOST=db
- DATABASE_PORT=5432
Expand Down

0 comments on commit 84e1b4e

Please sign in to comment.