From 28f9e9648966a5780a68312cf6dbcc654dafadd3 Mon Sep 17 00:00:00 2001 From: Ben Bucksch Date: Tue, 9 Jul 2024 03:31:13 +0200 Subject: [PATCH] Version 0.5.2 --- app/package.json | 2 +- e2/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/package.json b/app/package.json index d9272d80..5f031721 100644 --- a/app/package.json +++ b/app/package.json @@ -2,7 +2,7 @@ "name": "mustang-frontend", "description": "Mustang UI", "private": true, - "version": "0.5.0", + "version": "0.5.2", "scripts": { "dev": "npm run l10n:compile && vite", "build": "npm run l10n:compile && vite build", diff --git a/e2/package.json b/e2/package.json index c391f74b..d8db67b5 100644 --- a/e2/package.json +++ b/e2/package.json @@ -1,6 +1,6 @@ { "name": "mustang", - "version": "0.5.1", + "version": "0.5.2", "description": "Mustang - Video conference, chat, mail, calendar, files, contacts", "main": "./out/main/index.js", "scripts": {