Merge pull request #640 from nextcloud/release/3.0.1

Release v3.0.1
This commit is contained in:
Christoph Wurst 2019-08-07 16:49:11 +02:00 коммит произвёл GitHub
Родитель b11b15f4f9 ddae0cc5f1
Коммит cf84e2d6f8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
## 3.0.1 – 2019-08-07
### Fixed
- Numeric overflow on 32bit php installations
## 3.0.0 – 2019-08-06
### Added
- Nextcloud 17 support

Просмотреть файл

@ -5,7 +5,7 @@
<name>Two-Factor TOTP Provider</name>
<summary>TOTP two-factor provider</summary>
<description>A Two-Factor-Auth Provider for TOTP (RFC 6238)</description>
<version>3.0.0</version>
<version>3.0.1</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorTOTP</namespace>

2
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "twofactor_totp",
"version": "3.0.0",
"version": "3.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "twofactor_totp",
"description": "Nextcloud TwoFactor TOTP",
"version": "3.0.0",
"version": "3.0.1",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,