diff --git a/docker-compose.yml b/docker-compose.yml index 6ad2ed5..d884764 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: chiko/77th_eventcalendarntfy:v0.1.5 + image: chiko/77th_eventcalendarntfy:v0.1.6 build: . volumes: - ./data/db:/opt/app/data/db diff --git a/package.json b/package.json index bda9622..4b655a0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.1.5", + "version": "0.1.6", "name": "77th_eventcalendarnotification", "module": "./src/app.ts", "type": "module",