Skip to content

Commit

Permalink
feature/patch-app-version (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vugar committed Mar 19, 2022
1 parent 3fcb432 commit b629c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/shell/src/app.constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ICommonMetaTagConfig } from '@youtube/common-ui';

export const APP_VERSION = '0.0.12';
export const APP_VERSION = '1.0.0';

export const SHELL_META_TAGS: ICommonMetaTagConfig = {
title: 'Youtube Angular Clone',
Expand Down

0 comments on commit b629c19

Please sign in to comment.