3 Commits

Author SHA1 Message Date
8bcb2618a2 Release Version v0.1.2 2025-10-26 21:15:23 +01:00
1433d37afa Merge pull request 'dev to main - v0.1.2' (#4) from dev into main
Reviewed-on: #4
2025-10-26 14:22:05 +00:00
79b7cfae68 Merge pull request 'dev v0.1.1' (#3) from dev into main
Reviewed-on: #3
2025-10-24 23:45:46 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
services: services:
app: app:
image: chiko/77th_eventcalendarntfy:dev image: chiko/77th_eventcalendarntfy:v0.1.2
build: . build: .
volumes: volumes:
- ./data/db:/opt/app/data/db - ./data/db:/opt/app/data/db

View File

@@ -1,5 +1,5 @@
{ {
"version": "0.1.1", "version": "0.1.2",
"name": "77th_eventcalendernotification", "name": "77th_eventcalendernotification",
"module": "./src/app.ts", "module": "./src/app.ts",
"type": "module", "type": "module",