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>2020-01-10 16:29:37 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-01-10 16:29:37 +0300
commit6ceeff63b695dca05564bff6eab5aa9eb245b123 (patch)
tree5adbf05cfa5643c0437999916c9328243885607c
parentcb7f2325cf4c2d3c986068d4d6c98d55403385e3 (diff)
Set version
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json
index 6c93c10..8336282 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "passwords-client",
- "version": "0.0.4",
+ "version": "0.0.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index c1fa851..17627bc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "passwords-client",
- "version": "0.0.8",
+ "version": "0.0.9",
"description": "JS client library for the Nextcloud Passwords app",
"main": "src/main.js",
"author": "Marius Wieschollek",