Skip to content

Commit

Permalink
v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uatisdeproblem committed Apr 5, 2024
1 parent 1546bd8 commit c3e46b7
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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.4.0",
"version": "3.5.0",
"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.4.0
version: 3.5.0
contact:
name: EGM Technical Lead
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion front-end/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "3.4.0"
versionName "3.5.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
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.4.0",
"version": "3.5.0",
"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.4.0',
version: '3.5.0',
bundle: 'com.esn.egmapp',
url: 'https://app.erasmusgeneration.org',
mediaUrl: 'https://media.egm-app.click',
Expand Down

0 comments on commit c3e46b7

Please sign in to comment.