Skip to content

Commit

Permalink
v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
uatisdeproblem committed Jul 6, 2023
1 parent 133bbae commit 1198c9c
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": "1.1.8",
"version": "1.1.9",
"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: ESN GA Candidates app
version: 1.1.8
version: 1.1.9
contact:
name: Matteo Carbone
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": "esn-ga",
"version": "1.1.8",
"version": "1.1.9",
"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: 'esn-ga',
app: {
version: '1.1.8',
version: '1.1.9',
url: 'https://qa.esn.org',
mediaUrl: 'https://media.esn-ga.link',
title: 'ESN General Assembly Q&A',
Expand Down

0 comments on commit 1198c9c

Please sign in to comment.