Skip to content

Commit 7e3d32a

Browse files
committed
Updates: Update app version
1 parent 5c4f8a8 commit 7e3d32a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config/dataProperties.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ export const LIMIT_LABEL = 'Limite: ';
4242
export const DISPLAYED_ROWS = (value) =>
4343
`${value.from}-${value.to} de ${value.count}`;
4444

45-
export const APP_VERSION = '1.1.0';
46-
export const APP_BUILD = 'Development';
47-
export const APP_DEPENDENCIES = 'https://google.com.br';
45+
export const APP_VERSION = '2.0.0';
46+
export const APP_BUILD = 'Alpha';
47+
export const APP_DEPENDENCIES = 'https://github.com/coder-mind-project/panel/blob/master/package.json';
4848
export const APP_REPORT_US = 'https://github.com/coder-mind-project/coder-mind-panel/issues/new';
4949

5050
export const WHITE_LIST_ROUTES = [

0 commit comments

Comments
 (0)