From 7606874033075c02b8bd8c7f81a17db3b179d1f2 Mon Sep 17 00:00:00 2001 From: Ben Bucksch Date: Wed, 27 Nov 2024 06:29:24 +0100 Subject: [PATCH] Version 0.6.15 --- app/logic/build.ts | 2 +- app/package.json | 2 +- e2/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/logic/build.ts b/app/logic/build.ts index 2a58b72a5..33ab1fb0f 100644 --- a/app/logic/build.ts +++ b/app/logic/build.ts @@ -1,6 +1,6 @@ /** Quick and dirty way to change the build. */ /* Changed by ../build/parula-brand.sh . That's also why we use '' quotes here. */ export const production = false; -export const appVersion: string = '0.6.15-dev'; +export const appVersion: string = '0.6.15'; export const appName: string = 'Mustang'; export const siteRoot: string = 'https://mustang.im'; diff --git a/app/package.json b/app/package.json index c0894cf6a..bb2bd30c1 100644 --- a/app/package.json +++ b/app/package.json @@ -2,7 +2,7 @@ "name": "mustang-frontend", "description": "Mustang UI", "private": true, - "version": "0.6.15-dev", + "version": "0.6.15", "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 05dc4c534..68d6a48fa 100644 --- a/e2/package.json +++ b/e2/package.json @@ -1,6 +1,6 @@ { "name": "mustang", - "version": "0.6.15-dev", + "version": "0.6.15", "description": "Mustang - Video conference, chat, mail, calendar, files, contacts", "main": "./out/main/index.js", "type": "module",