Skip to content

Commit 7e66f04

Browse files
committed
Version 0.8.6
1 parent d49f4a9 commit 7e66f04

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/logic/build.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** Quick and dirty way to change the build. */
22
/* Changed by ../build/parula-brand.sh . That's also why we use '' quotes here. */
33
export const production = false;
4-
export const appVersion: string = '0.8.6-dev';
4+
export const appVersion: string = '0.8.6';
55
export const appName: string = 'Mustang';
66
export const siteRoot: string = 'https://mustang.im';
77
export const webMail = false;

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mustang-frontend",
33
"description": "Mustang UI",
44
"private": true,
5-
"version": "0.8.6-dev",
5+
"version": "0.8.6",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",

e2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mustang",
3-
"version": "0.8.6-dev",
3+
"version": "0.8.6",
44
"description": "Mustang - Video conference, chat, mail, calendar, files, contacts",
55
"main": "./out/main/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)