Skip to content

Commit

Permalink
chore: create release for api, frontend and the whole app
Browse files Browse the repository at this point in the history
  • Loading branch information
open-dynaMIX committed Nov 18, 2024
1 parent 459ad14 commit f1b0484
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.0"
version = "0.1.1"
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.1.1
x-version: 0.1.2

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

api:
image: ghcr.io/adfinis/mysagw/api:0.1.0
image: ghcr.io/adfinis/mysagw/api:0.1.1
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.1.0
image: ghcr.io/adfinis/mysagw/ember:0.1.1

minio:
image: minio/minio:RELEASE.2023-09-04T19-57-37Z
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.1.0",
"version": "0.1.1",
"private": true,
"description": "Small description for mySAGW goes here",
"repository": "",
Expand Down

0 comments on commit f1b0484

Please sign in to comment.