diff --git a/invio/docker-compose.yml b/invio/docker-compose.yml index 1b3dc781f0..9d11be3778 100644 --- a/invio/docker-compose.yml +++ b/invio/docker-compose.yml @@ -7,7 +7,7 @@ services: PROXY_AUTH_ADD: "false" backend: - image: ghcr.io/kittendevv/invio-backend:v1.11.1@sha256:639dfe7926ea4ae48a058a2a01d62c1ad1c9b173a4eaee9931e09ba910f719cc + image: ghcr.io/kittendevv/invio-backend:v1.12.1@sha256:ae0c46f5353a9ac3bebbb413ac0edc6c38e7308243d111aa78de2169fb465125 environment: ADMIN_USER: "admin" ADMIN_PASS: ${APP_PASSWORD} @@ -21,7 +21,7 @@ services: restart: on-failure frontend: - image: ghcr.io/kittendevv/invio-frontend:v1.11.1@sha256:8692569f9742add5fa33f0d7a7c993d637c2ae0242d1e9878ea434d9e9187b46 + image: ghcr.io/kittendevv/invio-frontend:v1.12.1@sha256:426d931e673be4f128bf8c9d51bcac46134733e1832c0ed442710554aa5a31b3 environment: PORT: 8000 BACKEND_URL: http://invio_backend_1:3000 diff --git a/invio/umbrel-app.yml b/invio/umbrel-app.yml index 1c9ee1555d..a00c36af93 100644 --- a/invio/umbrel-app.yml +++ b/invio/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: invio category: finance name: Invio -version: "1.11.1" +version: "1.12.1" tagline: Invio is a self-hosted invoicing app without the bloat description: >- Invio is a self-hosted invoicing without the bloat. A fast, minimalist, and @@ -14,7 +14,7 @@ description: >- secure, password-free links with clients. Lightweight by design, no CRM overhead and no SaaS lock-in. releaseNotes: >- - This release includes various bug fixes. + This release includes a bug fix for the settings route. Full release notes can be found at https://github.com/kittendevv/Invio/releases