Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2019-08-07 17:49:11 +0300
committerGitHub <noreply@github.com>2019-08-07 17:49:11 +0300
commitcf84e2d6f8aa1c1e5bcf461fe7186a184b1ced6a (patch)
tree1f549b63c32518a6c9d4745f275591b292b7961c
parentb11b15f4f92a916de3f8f6720a6d773fb50d6c76 (diff)
parentddae0cc5f1c3ea747c918290af6a9b254f355022 (diff)
Merge pull request #640 from nextcloud/release/3.0.1v3.0.1
Release v3.0.1
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 65ec162..78088d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0b8b4c7..e308443 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -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>
diff --git a/package-lock.json b/package-lock.json
index 58b60a1..3f277da 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "twofactor_totp",
- "version": "3.0.0",
+ "version": "3.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index a1d55171..6378f9e 100644
--- a/package.json
+++ b/package.json
@@ -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,