bump to 0.11.0

This commit is contained in:
Pierre Guillod 2023-07-25 09:36:51 +02:00
parent 4ea76bba3d
commit c4d4e72a03
Signed by: pierre
GPG key ID: 41B31B007654CC17
5 changed files with 8 additions and 7 deletions

View file

@ -1,8 +1,8 @@
# addons # addons (edge)
This repository can be pointed at as a Home Assistant add-ons repository. It contains the following add-ons: This repository can be pointed at as a Home Assistant add-ons repository. It contains the following add-ons:
- Stirling PDF - Stirling PDF Edge
Please note that add-ons are only available [for certain installation methods][hassio-addons-compat]. Please note that add-ons are only available [for certain installation methods][hassio-addons-compat].

View file

@ -1,5 +1,5 @@
{ {
"name": "Home Assistant Slowtech Add-ons", "name": "Home Assistant Slowtech Edge Add-ons",
"url": "https://forge.slowte.ch/selfhosted/hassio-addons", "url": "https://forge.slowte.ch/selfhosted/hassio-addons/src/branch/edge",
"maintainer": "Pierre Guillod <pierre@slowte.ch>" "maintainer": "Pierre Guillod <pierre@slowte.ch>"
} }

View file

@ -2,5 +2,6 @@
## ⬆️ Backend bumps ## ⬆️ Backend bumps
- ⬆️ Bump to Stirling PDF 0.11.0
- ⬆️ Bump to Stirling PDF 0.10.3 - ⬆️ Bump to Stirling PDF 0.10.3
- ⬆️ Bump to Stirling PDF 0.10.2 - ⬆️ Bump to Stirling PDF 0.10.2

View file

@ -1 +1 @@
FROM frooodle/s-pdf:0.10.3 FROM frooodle/s-pdf:0.11.0

View file

@ -1,6 +1,6 @@
name: "Stirling PDF" name: "Stirling PDF Edge"
description: "Fully-featured self-hosted PDF editor." description: "Fully-featured self-hosted PDF editor."
version: "0.10.3" version: "0.11.0"
slug: "stirling_pdf" slug: "stirling_pdf"
startup: services startup: services
ingress: true ingress: true