diff --git a/apps/stirling-pdf/config.json b/apps/stirling-pdf/config.json index 11db4928..f93174dc 100644 --- a/apps/stirling-pdf/config.json +++ b/apps/stirling-pdf/config.json @@ -1,20 +1,19 @@ { - "$schema": "../schema.json", - "name": "Stirling-PDF", - "port": 8234, - "available": true, - "exposable": true, - "id": "stirling-pdf", - "tipi_version": 1, - "version": "0.13.0", - "categories": [ - "data", - "utilities" - ], - "description": "Locally hosted web application that allows you to perform various operations on PDF files.", - "short_desc": "Powerful locally hosted web based PDF manipulation tool.", - "author": "Frooodle", - "source": "https://github.com/Frooodle/Stirling-PDF/", - "form_fields": [] - } - \ No newline at end of file + "$schema": "../schema.json", + "name": "Stirling-PDF", + "port": 8234, + "available": true, + "exposable": true, + "id": "stirling-pdf", + "tipi_version": 2, + "version": "0.13.1", + "categories": [ + "data", + "utilities" + ], + "description": "Locally hosted web application that allows you to perform various operations on PDF files.", + "short_desc": "Powerful locally hosted web based PDF manipulation tool.", + "author": "Frooodle", + "source": "https://github.com/Frooodle/Stirling-PDF/", + "form_fields": [] +} diff --git a/apps/stirling-pdf/docker-compose.yml b/apps/stirling-pdf/docker-compose.yml index ec57f2ff..3cb74f54 100644 --- a/apps/stirling-pdf/docker-compose.yml +++ b/apps/stirling-pdf/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: stirling-pdf: - image: ghcr.io/frooodle/s-pdf:0.13.0 + image: ghcr.io/frooodle/s-pdf:0.13.1 restart: unless-stopped container_name: stirling-pdf privileged: true