bump to 0.11.0
This commit is contained in:
parent
4ea76bba3d
commit
c4d4e72a03
5 changed files with 8 additions and 7 deletions
|
@ -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:
|
||||
|
||||
- Stirling PDF
|
||||
- Stirling PDF Edge
|
||||
|
||||
Please note that add-ons are only available [for certain installation methods][hassio-addons-compat].
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Home Assistant Slowtech Add-ons",
|
||||
"url": "https://forge.slowte.ch/selfhosted/hassio-addons",
|
||||
"name": "Home Assistant Slowtech Edge Add-ons",
|
||||
"url": "https://forge.slowte.ch/selfhosted/hassio-addons/src/branch/edge",
|
||||
"maintainer": "Pierre Guillod <pierre@slowte.ch>"
|
||||
}
|
||||
|
|
|
@ -2,5 +2,6 @@
|
|||
|
||||
## ⬆️ Backend bumps
|
||||
|
||||
- ⬆️ Bump to Stirling PDF 0.11.0
|
||||
- ⬆️ Bump to Stirling PDF 0.10.3
|
||||
- ⬆️ Bump to Stirling PDF 0.10.2
|
||||
|
|
|
@ -1 +1 @@
|
|||
FROM frooodle/s-pdf:0.10.3
|
||||
FROM frooodle/s-pdf:0.11.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: "Stirling PDF"
|
||||
name: "Stirling PDF Edge"
|
||||
description: "Fully-featured self-hosted PDF editor."
|
||||
version: "0.10.3"
|
||||
version: "0.11.0"
|
||||
slug: "stirling_pdf"
|
||||
startup: services
|
||||
ingress: true
|
||||
|
|
Loading…
Reference in a new issue