Skip to content

Commit

Permalink
update versions to 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrex-o committed Oct 4, 2023
1 parent 9ac1188 commit 11dc42c
Showing 1 changed file with 2 additions and 2 deletions.
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: 2
major: 4, minor: 3, patch: 3
}

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

export interface Version {
Expand Down

0 comments on commit 11dc42c

Please sign in to comment.