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 <christoph@winzerhof-wurst.at>2018-07-30 13:37:12 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-07-31 10:01:11 +0300
commit4252b9b778a7ffed10e39857095932d474531e16 (patch)
tree015417a6fe285420aab4f8fce830509de59abd31 /appinfo
parent279860969dbcae7b7cd9953030c864f2dc03dce6 (diff)
Refactor state change to use events
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php3
-rw-r--r--appinfo/info.xml2
2 files changed, 1 insertions, 4 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 6d97498..c0a9bf1 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -18,8 +18,5 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-use OCA\TwoFactorTOTP\AppInfo\Application;
include_once __DIR__ . '/../vendor/autoload.php';
-
-$app = new Application();
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 92135e0..a234a96 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>1.4.1</version>
+ <version>1.5.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorTOTP</namespace>