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>2023-11-19 16:30:45 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2023-11-19 16:30:45 +0300
commit33eee91ccb2aa40e0aefb7c4a4045f3fba677bc8 (patch)
tree5a2a85b996f42557528e21686617f6905ac9ddbf
parentd19cf0f24a197a4683a653c9b6d6ee5d415e036a (diff)
Fix versioning
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 317fdd9..7a3f6f6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "passwords-client",
- "version": "1.0.0",
+ "version": "1.0.0.BUILD",
"description": "JS client library for the Nextcloud Passwords app",
"main": "src/main.js",
"exports": {