Skip to content

Commit

Permalink
random change to trigger desktop build (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault authored Jan 23, 2023
1 parent 55fb2b5 commit 5da1895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/desktop/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import { getDeeplink } from './utils';
styleUrls: ['./app.component.scss'],
})
export class AppComponent implements OnInit {
version = '';
isAuthenticated = true;
version = '';
constructor(
private config: BackendConfigurationService,
private translate: TranslateService,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuclia",
"version": "1.0.20",
"version": "1.0.21",
"license": "MIT",
"author": "Nuclia.cloud",
"description": "Nuclia frontend apps and libs",
Expand Down

0 comments on commit 5da1895

Please sign in to comment.