Skip to content

Commit

Permalink
version update to 4.3.4 for desktop and mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrex-o committed Oct 4, 2023
1 parent 11dc42c commit ff578b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/fhem-native-desktop/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fhemnative-desktop",
"version": "4.3.2",
"version": "4.3.4",
"description": "Cross Platform home automation Frontend",
"author": {
"name": "Slap Apps UG (haftungsbeschränkt)",
Expand Down
4 changes: 2 additions & 2 deletions libs/app-config/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
* Main version code
*/
export const MobileVersionCode: Version = {
major: 4, minor: 3, patch: 3
major: 4, minor: 3, patch: 4
}

export const DesktopVersionCode: Version = {
major: 4, minor: 3, patch: 3
major: 4, minor: 3, patch: 4
}

export interface Version {
Expand Down

0 comments on commit ff578b1

Please sign in to comment.