Skip to content

Commit

Permalink
Version 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
benbucksch committed Sep 14, 2024
1 parent c26d6e9 commit e14d95e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/logic/build.ts
Original file line number Diff line number Diff line change
@@ -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.7-dev';
export const appVersion: string = '0.6.7';
export const appName: string = 'Mustang';
export const siteRoot: string = 'https://mustang.im';
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mustang-frontend",
"description": "Mustang UI",
"private": true,
"version": "0.6.7-dev",
"version": "0.6.7",
"scripts": {
"dev": "npm run l10n:compile && vite",
"build": "npm run l10n:compile && vite build",
Expand Down
2 changes: 1 addition & 1 deletion e2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mustang",
"version": "0.6.7-dev",
"version": "0.6.7",
"description": "Mustang - Video conference, chat, mail, calendar, files, contacts",
"main": "./out/main/index.js",
"type": "module",
Expand Down

0 comments on commit e14d95e

Please sign in to comment.