diff --git a/package-lock.json b/package-lock.json
index ea8f241d..d8bc4b91 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "authelia",
-  "version": "3.13.0",
+  "version": "3.14.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 85c897fa..5bd85ef5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "authelia",
-  "version": "3.13.0",
+  "version": "3.14.0",
   "description": "2FA Single Sign-On server for nginx using LDAP, TOTP and U2F",
   "bin": {
     "authelia": "./dist/server/src/index.js"