Skip to content

Commit

Permalink
Merge pull request #1199 from open-dynaMIX/trigger_releases
Browse files Browse the repository at this point in the history
chore: trigger new releases
  • Loading branch information
open-dynaMIX authored Jan 24, 2025
2 parents 8de4c2e + 999babc commit 8e77700
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.4"
version = "0.2.0"
description = "Application management for SAGW"
repository = "https://github.com/adfinis/mySAGW"
authors = ["Adfinis"]
Expand Down
6 changes: 3 additions & 3 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
x-version: 0.4.3
x-version: 0.5.0

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

api:
image: ghcr.io/adfinis/mysagw/api:0.1.4
image: ghcr.io/adfinis/mysagw/api:0.2.0
environment:
- DATABASE_HOST=db
- DATABASE_PORT=5432
Expand Down Expand Up @@ -66,7 +66,7 @@ services:
command: start

ember:
image: ghcr.io/adfinis/mysagw/ember:0.2.1
image: ghcr.io/adfinis/mysagw/ember:0.2.2

minio:
image: minio/minio:RELEASE.2024-12-13T22-19-12Z
Expand Down
2 changes: 1 addition & 1 deletion ember/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mysagw",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"description": "Small description for mySAGW goes here",
"repository": "",
Expand Down

0 comments on commit 8e77700

Please sign in to comment.