bump version to 0.22.1

This commit is contained in:
nmfretz 2024-05-13 23:35:01 +10:00
parent 696d055323
commit 8b167825d5
2 changed files with 5 additions and 3 deletions

View File

@ -21,7 +21,7 @@ services:
restart: on-failure
api:
image: vikunja/api:0.22.0@sha256:91609ef6c7887f9dbf03542da675dc784807f9861907bdcdb775d4a127605646
image: vikunja/api:0.22.1@sha256:c9415431e6235229302bb8f9ee6660b74c24859d1e8adbc4a3e25bd418604b57
environment:
VIKUNJA_DATABASE_HOST: db
VIKUNJA_DATABASE_PASSWORD: secret
@ -37,7 +37,7 @@ services:
restart: on-failure
frontend:
image: vikunja/frontend:0.22.0@sha256:f603ef35acfe030d34752bc3d84e45a234152110345edf8cf2939db986e900b1
image: vikunja/frontend:0.22.1@sha256:f0223d441997fe29c377d0b476dc4bb2fc091b44b9c24d76b1b88c213df520c5
restart: on-failure
proxy:

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: vikunja
category: files
name: Vikunja
version: "0.22.0"
version: "0.22.1"
tagline: The open-source, self-hostable to-do app
description: >-
Think of Vikunja like the notebook you have with all your things to keep track of. But with superpowers.
@ -21,6 +21,8 @@ description: >-
🛠️ Use It How You Need It
You can view your tasks in the classic list view - or in a Gantt Chart, or Table view, or Kanban Board. Whatever you need!
releaseNotes:
This is a patch release with many small bug fixes and improvements. Full release notes are available at https://vikunja.io/blog/2024/01/vikunja-frontend-and-api-v0.22.1-was-released/
developer: Vikunja
website: https://vikunja.io/
dependencies: []