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

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2018-04-30 11:59:39 +0300
committerGitHub <noreply@github.com>2018-04-30 11:59:39 +0300
commite91404b7a520cf75e9fa9784349af920cfd928b1 (patch)
tree5f489a6084c889ce34c094a2a5e37d7f3c7670a9
parent139808b5202582914172335360bc571e44693d38 (diff)
parentc56905fad55028b6217976142e7ef8d72c3f46f2 (diff)
Merge pull request #154 from nextcloud/release/1.5.31.5.3stable1.5.3
Release 1.5.3
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 36b7815..adc18a1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.5.3 – 2018-04-30
+### Fixed
+- Allow Nextcloud 13.0.2
+
## 1.5.2 – 2018-03-28
### Changed
- Requires Nextcloud 13.0.1
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3cb6104..3e96b2f 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
<name>Two Factor U2F</name>
<summary>U2F two-factor provider</summary>
<description>A two-factor provider for U2F devices</description>
- <version>1.5.2</version>
+ <version>1.5.3</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorU2F</namespace>
diff --git a/package-lock.json b/package-lock.json
index 3ac653d..6bbe42e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -349,7 +349,7 @@
"integrity": "sha1-TMgOp8sWMaxHSInOQPL4vGg7KZk=",
"dev": true,
"requires": {
- "underscore": "1.8.3"
+ "underscore": "1.9.0"
}
},
"backo2": {