Skip to content

Commit

Permalink
Version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benbucksch committed Aug 22, 2024
1 parent ef86044 commit da5d87d
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.1-dev';
export const appVersion: string = '0.6.1';
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.1-dev",
"version": "0.6.1",
"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.1-dev",
"version": "0.6.1",
"description": "Mustang - Video conference, chat, mail, calendar, files, contacts",
"main": "./out/main/index.js",
"scripts": {
Expand Down

0 comments on commit da5d87d

Please sign in to comment.