diff --git a/app/config/console.neon b/app/config/console.neon
index 968b1205ea18350cab69425274ad42e6206e996d..623b0aa2c178426da7a57aed4fc387b11708c9ba 100644
--- a/app/config/console.neon
+++ b/app/config/console.neon
@@ -19,7 +19,7 @@ extensions:
 
 console:
 	name: IQRF Gateway Webapp manager
-	version: 2.5.3-alpha
+	version: 2.5.3
 	catchExceptions: true
 	autoExit: true
 	url: http://localhost/
diff --git a/debian/changelog b/debian/changelog
index 0be6f7f9ae6a9364bde1ed5931d97c668a67d1da..8b66b6be9777e3f33b7139b0f9dbfd59e1092134 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,13 @@
-iqrf-gateway-webapp (2.5.3~alpha~1.gbpad703f) UNRELEASED; urgency=medium
+iqrf-gateway-webapp (2.5.3) stable; urgency=medium
 
-  ** SNAPSHOT build @ad703f09570243b11f475b7782846f5b9c3733fb **
+  [ Roman Ondráček ]
+  * Prepare for version 2.5.3-alpha
 
-  * UNRELEASED
+  [ Karel Hanák ]
+  * fixed dependency patches
+  * debian package: fixed nginx configuration removal
 
- -- Roman Ondráček <mail@romanondracek.cz>  Tue, 07 Mar 2023 22:18:46 +0100
+ -- Karel Hanák <karel.hanak@iqrf.org>  Thu, 09 Mar 2023 09:20:36 +0100
 
 iqrf-gateway-webapp (2.5.2) stable; urgency=medium
 
diff --git a/docs/manpages/iqrf-gateway-webapp-manager.8 b/docs/manpages/iqrf-gateway-webapp-manager.8
index 0640f820a8b68c73da75fa20c82be420a2ce554b..3efc96a7926d48ffdeff5d572aa3d19425909e50 100644
--- a/docs/manpages/iqrf-gateway-webapp-manager.8
+++ b/docs/manpages/iqrf-gateway-webapp-manager.8
@@ -1,4 +1,4 @@
-.TH IQRF-GATEWAY-WEBAPP-MANAGER 8 2023-03-07 "IQRF Gateway Webapp v2.5.3-alpha" "IQRF GW Manual"
+.TH IQRF-GATEWAY-WEBAPP-MANAGER 8 2023-03-09 "IQRF Gateway Webapp v2.5.3" "IQRF GW Manual"
 .SH NAME
 iqrf-gateway-webapp-manager \- manage IQRF Gateway Webapp from CLI
 .SH DESCRIPTION
diff --git a/package.json b/package.json
index abf00662ba14297a8ac1e8cd0cc1127791bbd25c..086d5a7235aa33751ea9420959b9fe108c072ff8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "iqrf-gateway-webapp",
-	"version": "2.5.3-alpha",
+	"version": "2.5.3",
 	"repository": {
 		"type": "git",
 		"url": "https://gitlab.iqrf.org/open-source/iqrf-gateway-webapp.git"
diff --git a/tests/Unit/CoreModule/Models/VersionManagerTest.php b/tests/Unit/CoreModule/Models/VersionManagerTest.php
index 5d5fd1d48f0c36ec2c8b10d4259e03da1c4c9f8e..fcfe6e41d4755c0b74285bc25b534c66f32ce481 100644
--- a/tests/Unit/CoreModule/Models/VersionManagerTest.php
+++ b/tests/Unit/CoreModule/Models/VersionManagerTest.php
@@ -48,7 +48,7 @@ final class VersionManagerTest extends CommandTestCase {
 	/**
 	 * @var string Current version of the webapp
 	 */
-	private const CURRENT_VERSION = '2.5.3-alpha';
+	private const CURRENT_VERSION = '2.5.3';
 
 	/**
 	 * @var string Current stable version of the webapp
diff --git a/tests/Unit/GatewayModule/Models/VersionManagerTest.php b/tests/Unit/GatewayModule/Models/VersionManagerTest.php
index 9dc9e3ade9bbce5422e47530fd4e5ea4a69ac93f..3cc7b9ba1b2bf081c04608ee651f5a94023ca88a 100644
--- a/tests/Unit/GatewayModule/Models/VersionManagerTest.php
+++ b/tests/Unit/GatewayModule/Models/VersionManagerTest.php
@@ -92,7 +92,7 @@ final class VersionManagerTest extends WebSocketTestCase {
 		'daemon_old' => 'v2.1.0',
 		'setter' => 'v1.0.0',
 		'uploader' => 'v1.0.0',
-		'webapp' => 'v2.5.3-alpha',
+		'webapp' => 'v2.5.3',
 	];
 
 	/**
diff --git a/version.json b/version.json
index f529069edfdb9f93e982a882df7663f5f9e2cc9e..7a26d0a5392c5c448caa7f63dd4ef1b4af3675d2 100644
--- a/version.json
+++ b/version.json
@@ -1,5 +1,5 @@
 {
-	"version": "v2.5.3-alpha",
+	"version": "v2.5.3",
 	"commit": "",
 	"pipeline": ""
 }