Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/kendo-tournament-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>kendo-tournament-backend</artifactId>
<groupId>com.softwaremagico</groupId>
<version>2.18.0</version>
<version>2.18.1</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion backend/kendo-tournament-logger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>kendo-tournament-backend</artifactId>
<groupId>com.softwaremagico</groupId>
<version>2.18.0</version>
<version>2.18.1</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion backend/kendo-tournament-pdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>kendo-tournament-backend</artifactId>
<groupId>com.softwaremagico</groupId>
<version>2.18.0</version>
<version>2.18.1</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion backend/kendo-tournament-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>kendo-tournament-backend</artifactId>
<groupId>com.softwaremagico</groupId>
<version>2.18.0</version>
<version>2.18.1</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion backend/kendo-tournament-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>kendo-tournament-backend</artifactId>
<groupId>com.softwaremagico</groupId>
<version>2.18.0</version>
<version>2.18.1</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.softwaremagico</groupId>
<artifactId>kendo-tournament-backend</artifactId>
<version>2.18.0</version>
<version>2.18.1</version>
<name>Kendo Tournament Manager</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion docker-examples/local-build/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ COMPOSE_PROJECT_NAME=kendo_tournament
machine_domain=localhost:8080
[email protected]
timezone=Europe/Madrid
version=v2.18.0
version=v2.18.1
release=${version}

#Frontend
Expand Down
4 changes: 2 additions & 2 deletions docker-examples/localhost-with-reverse-proxy/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ COMPOSE_PROJECT_NAME=kendo_tournament
machine_domain=localhost
[email protected]
timezone=Europe/Madrid
release=v2.18.0
version=2.18.0
release=v2.18.1
version=2.18.1

#Frontend
frontend_path=/kendo-tournament-frontend
Expand Down
2 changes: 1 addition & 1 deletion docker-examples/localhost-without-reverse-proxy/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ COMPOSE_PROJECT_NAME=kendo_tournament
machine_domain=localhost
[email protected]
timezone=Europe/Madrid
version=v2.18.0
version=v2.18.1
release=${version}

#Frontend
Expand Down
2 changes: 1 addition & 1 deletion docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ COMPOSE_PROJECT_NAME=kendo_tournament
machine_domain=localhost
[email protected]
timezone=Europe/Madrid
version=v2.18.0
version=v2.18.1
release=${version}

#Frontend
Expand Down
4 changes: 2 additions & 2 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "2.18.0",
"version": "2.18.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
Loading