We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c4f8a8 commit 7e3d32aCopy full SHA for 7e3d32a
src/config/dataProperties.js
@@ -42,9 +42,9 @@ export const LIMIT_LABEL = 'Limite: ';
42
export const DISPLAYED_ROWS = (value) =>
43
`${value.from}-${value.to} de ${value.count}`;
44
45
-export const APP_VERSION = '1.1.0';
46
-export const APP_BUILD = 'Development';
47
-export const APP_DEPENDENCIES = 'https://google.com.br';
+export const APP_VERSION = '2.0.0';
+export const APP_BUILD = 'Alpha';
+export const APP_DEPENDENCIES = 'https://github.com/coder-mind-project/panel/blob/master/package.json';
48
export const APP_REPORT_US = 'https://github.com/coder-mind-project/coder-mind-panel/issues/new';
49
50
export const WHITE_LIST_ROUTES = [
0 commit comments