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

git.mdns.eu/nextcloud/passwords-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2019-08-20 15:52:11 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2019-08-20 15:52:11 +0300
commitbfecacb1417828c65addccd3b340d4a83693c71f (patch)
treefe3861a7851f55ea48d257cd2bf030c7646f98d8 /package.json
parent3fbd6a2a035c3c184409ee38ad8480861c92c5c4 (diff)
Fixed missing data object
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 38f07e8..dadfc0e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "passwords-client",
- "version": "0.0.6",
+ "version": "0.0.7",
"description": "JS client library for the Nextcloud Passwords app",
"main": "src/main.js",
"author": "Marius Wieschollek",