Skip to content

Commit 5cdba7b

Browse files
committed
Version 0.9.18
1 parent 59732d8 commit 5cdba7b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/logic/build.ts

Lines changed: 1 addition & 1 deletion
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.9.18-dev';
4+
export const appVersion: string = '0.9.18';
55
export const appName: string = 'Mustang';
66
export const siteRoot: string = 'https://mustang.im';
77
export const isMobile = false;

app/package.json

Lines changed: 1 addition & 1 deletion
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.9.18-dev",
5+
"version": "0.9.18",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",

desktop/package.json

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

mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mustang",
3-
"version": "0.9.17",
3+
"version": "0.9.18",
44
"description": "Mustang - Video conference, chat, mail, calendar, files, contacts",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)