Skip to content

Commit

Permalink
Version 0.7.13
Browse files Browse the repository at this point in the history
benbucksch committed Jan 23, 2025

Verified

This commit was signed with the committer’s verified signature.
KommuSoft willeM_ Van Onsem
1 parent 8ac178c commit deee5c0
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.7.13-dev';
export const appVersion: string = '0.7.13';
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
@@ -2,7 +2,7 @@
"name": "mustang-frontend",
"description": "Mustang UI",
"private": true,
"version": "0.7.13-dev",
"version": "0.7.13",
"scripts": {
"dev": "npm run l10n:compile && vite",
"build": "npm run l10n:compile && vite build",
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.7.13-dev",
"version": "0.7.13",
"description": "Mustang - Video conference, chat, mail, calendar, files, contacts",
"main": "./out/main/index.js",
"type": "module",

0 comments on commit deee5c0

Please sign in to comment.