Skip to content

Commit

Permalink
v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uatisdeproblem committed Feb 11, 2024
1 parent df37077 commit 7df8163
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions back-end/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion back-end/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.3.0",
"version": "3.3.1",
"name": "back-end",
"scripts": {
"lint": "eslint --ext .ts",
Expand Down
2 changes: 1 addition & 1 deletion back-end/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.3

info:
title: EGM API
version: 3.3.0
version: 3.3.1
contact:
name: EGM Technical Lead
email: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions front-end/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion front-end/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egm-app",
"version": "3.3.0",
"version": "3.3.1",
"author": "ITER IDEA",
"homepage": "https://iter-idea.com/",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion front-end/src/environments/environment.idea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const environment = {
idea: {
project: 'egm-app',
app: {
version: '3.3.0',
version: '3.3.1',
bundle: 'com.esn.egmapp',
url: 'https://app.erasmusgeneration.org',
mediaUrl: 'https://media.egm-app.click',
Expand Down

0 comments on commit 7df8163

Please sign in to comment.