Release Version v0.1.2 #5

Merged
chiko merged 1 commits from v0.1.2 into main 2025-10-26 20:17:20 +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",