version/0.1.4 #9

Merged
chiko merged 19 commits from version/0.1.4 into main 2025-11-03 00:41:45 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 04ef066158 - Show all commits

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",