diff --git a/apps/spoolman/config.json b/apps/spoolman/config.json index 9cd947ed..12fcddbf 100644 --- a/apps/spoolman/config.json +++ b/apps/spoolman/config.json @@ -5,8 +5,8 @@ "exposable": true, "id": "spoolman", "description": "Spoolman is a web service that helps you keep track of your filament spools and how they are being used. It acts as a database, where other printer software such as Octoprint and Moonraker can interact with to have a centralized place for spool information. For example, if used together with Moonraker, your spool weight will automatically be reduced as your print is progressing.", - "tipi_version": 3, - "version": "0.18.0", + "tipi_version": 4, + "version": "0.18.1", "categories": ["utilities", "automation"], "short_desc": "Keep track of your inventory of 3D-printer filament spools", "author": "Donkie", diff --git a/apps/spoolman/docker-compose.yml b/apps/spoolman/docker-compose.yml index 52ab530f..e1820a25 100644 --- a/apps/spoolman/docker-compose.yml +++ b/apps/spoolman/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.8' services: spoolman: container_name: spoolman - image: ghcr.io/donkie/spoolman:0.18.0 + image: ghcr.io/donkie/spoolman:0.18.1 restart: unless-stopped volumes: - ${APP_DATA_DIR}/data:/home/app/.local/share/spoolman