3.9.2
parent
8d6d38293b
commit
64f28379ac
|
@ -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.
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue