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

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-08-29 11:20:23 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-08-29 11:20:23 +0300
commit40762764fcb0986ddc7a9756d9e7ddeede147afd (patch)
treee1a2d1e3fd70404df381fe884a70def54116c211
parentd790e639d03e570f4e8515f8230082947ec70a76 (diff)
Version bump
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 89f7fa9..2d4a80e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Two-Factor Gateway</name>
<summary>Two-factor gateway providers (SMS, Telegram, Signal)</summary>
<description>A set of Nextcloud two-factor providers to send authentication codes via Signal, SMS and Telegram.</description>
- <version>0.8.0</version>
+ <version>0.9.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorGateway</namespace>
diff --git a/package-lock.json b/package-lock.json
index 7fed63b..c4737d1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "twofactor_gateway",
- "version": "0.8.0",
+ "version": "0.9.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index c281078..c35fbad 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "twofactor_gateway",
- "version": "0.8.0",
+ "version": "0.9.0",
"description": "A two-factor auth provider for Nextcloud",
"main": "index.js",
"directories": {