Skip to content

Commit

Permalink
Merge pull request #1160 from open-dynaMIX/new_release
Browse files Browse the repository at this point in the history
chore: create new release v0.3.0
  • Loading branch information
open-dynaMIX authored Nov 25, 2024
2 parents 350bed1 + e41eec9 commit 0cba16c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion caluma/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0
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.2.0
x-version: 0.3.0

services:
db:
Expand All @@ -19,7 +19,7 @@ services:
- db

caluma:
image: ghcr.io/adfinis/mysagw/caluma:0.2.0
image: ghcr.io/adfinis/mysagw/caluma:0.3.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.1.1
image: ghcr.io/adfinis/mysagw/ember:0.1.2

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.1",
"version": "0.1.2",
"private": true,
"description": "Small description for mySAGW goes here",
"repository": "",
Expand Down

0 comments on commit 0cba16c

Please sign in to comment.