From 8db1768931f9a65c61ddccd42a66ff7d79ae93a1 Mon Sep 17 00:00:00 2001 From: Caramel Date: Fri, 1 Nov 2024 20:05:53 +0100 Subject: [PATCH] 0.5.6 --- backend/package.json | 2 +- frontend/package.json | 2 +- package.json | 2 +- shared/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/package.json b/backend/package.json index 257a3f6..6cea1d0 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "picsur-backend", - "version": "0.5.5", + "version": "0.5.6", "description": "Backend for Picsur", "license": "GPL-3.0", "repository": "https://github.com/caramelfur/Picsur", diff --git a/frontend/package.json b/frontend/package.json index e3a0034..35982ef 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "picsur-frontend", - "version": "0.5.5", + "version": "0.5.6", "description": "Frontend for Picsur", "license": "GPL-3.0", "repository": "https://github.com/caramelfur/Picsur", diff --git a/package.json b/package.json index ab78b72..67726d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.5.5", + "version": "0.5.6", "scripts": { "devdb:start": "docker-compose -f ./support/dev.docker-compose.yml up -d", "devdb:stop": "docker-compose -f ./support/dev.docker-compose.yml down", diff --git a/shared/package.json b/shared/package.json index 3d1a0f3..876e999 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,6 +1,6 @@ { "name": "picsur-shared", - "version": "0.5.5", + "version": "0.5.6", "description": "Shared libraries for Picsur", "license": "GPL-3.0", "repository": "https://github.com/caramelfur/Picsur",