pull/267/head
Clement Michaud 2018-08-28 21:05:26 +02:00
parent 8d6d38293b
commit 64f28379ac
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Release Notes - Version 3.9.2
-----------------------------
* Put back link to Gitter instead of Slack.
Release Notes - Version 3.9.1 Release Notes - Version 3.9.1
----------------------------- -----------------------------
* Split the README in several parts. * Split the README in several parts.

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "authelia", "name": "authelia",
"version": "3.9.1", "version": "3.9.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "authelia", "name": "authelia",
"version": "3.9.1", "version": "3.9.2",
"description": "2FA Single Sign-On server for nginx using LDAP, TOTP and U2F", "description": "2FA Single Sign-On server for nginx using LDAP, TOTP and U2F",
"bin": { "bin": {
"authelia": "./dist/server/src/index.js" "authelia": "./dist/server/src/index.js"