Skip to content

Commit

Permalink
version update to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IAM5K committed Apr 10, 2024
1 parent dc45382 commit 1c4006f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class AppComponent implements OnInit, AfterViewInit {
isLoggedIn: any = false;
public appPages: any = [];
public labels: any = [];
versionNumber = "2.1.0";
versionNumber = "2.2.0";
private loginStateSubscription: Subscription;
constructor(
private authService: AuthService,
Expand All @@ -31,7 +31,7 @@ export class AppComponent implements OnInit, AfterViewInit {
ngOnInit() {
if (isPlatform("mobile")) {
StatusBar.setBackgroundColor({ color: "#3880ff" }).catch((error) => {
console.error("error while setting background color",error)
console.error("error while setting background color", error);
});
}
this.firebaseService.getUserProfile();
Expand Down

0 comments on commit 1c4006f

Please sign in to comment.