diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 53f31b337..38a854fa6 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -3,4 +3,4 @@ import { oaprProd } from './suport/oapr' import { doneITProd } from './suport/doneIt' -export const environment: Environment = oaprProd; \ No newline at end of file +export const environment: Environment = doneITProd; \ No newline at end of file diff --git a/version/git-version.ts b/version/git-version.ts index 965bcfcfb..74fbf70bd 100644 --- a/version/git-version.ts +++ b/version/git-version.ts @@ -1,12 +1,12 @@ export let versionData = { - "shortSHA": "60c9246d3", - "SHA": "60c9246d3dd34f07439a95c552a4202dfc17a260", + "shortSHA": "880a5e16f", + "SHA": "880a5e16fcc472f610fcd319d958f2d411e5f3fd", "branch": "no_bug_movemente", "lastCommitAuthor": "'Eudes InĂ¡cio'", - "lastCommitTime": "'Fri Feb 17 16:54:30 2023 +0100'", - "lastCommitMessage": "Pull made", - "lastCommitNumber": "4812", - "change": "diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts\nindex 53f31b337..38a854fa6 100644\n--- a/src/environments/environment.prod.ts\n+++ b/src/environments/environment.prod.ts\n@@ -3,4 +3,4 @@ import { oaprProd } from './suport/oapr'\n import { doneITProd } from './suport/doneIt'\n \n \n-export const environment: Environment = oaprProd;\n\\ No newline at end of file\n+export const environment: Environment = doneITProd;\n\\ No newline at end of file", - "changeStatus": "On branch no_bug_movemente\nYour branch is up to date with 'origin/no_bug_movemente'.\n\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tmodified: src/app/shared/agenda/event-list/event-list.page.ts\n\nChanges not staged for commit:\n (use \"git add ...\" to update what will be committed)\n (use \"git restore ...\" to discard changes in working directory)\n\tmodified: android/app/src/main/AndroidManifest.xml\n\tmodified: src/environments/environment.prod.ts\n\nUntracked files:\n (use \"git add ...\" to include in what will be committed)\n\twww.rar", + "lastCommitTime": "'Wed Feb 22 13:06:46 2023 +0100'", + "lastCommitMessage": "alert removed", + "lastCommitNumber": "4813", + "change": "", + "changeStatus": "On branch no_bug_movemente\nYour branch is up to date with 'origin/no_bug_movemente'.\n\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tmodified: src/environments/environment.prod.ts", "changeAuthor": "eudes.inacio" } \ No newline at end of file