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

github.com/nextcloud/bookmarks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2022-07-27 18:28:23 +0300
committerMarcel Klehr <mklehr@gmx.net>2022-07-27 18:29:01 +0300
commitf88683d06c593eea3351b28d55ce53ad871bb150 (patch)
tree6b3dd1de0032d1163c67d3a5f28bc2abb9bd6097 /package.json
parentac14f1ccc42cfd9be15c587d824dc7a4c43edfcb (diff)
v11.0.0v11.0.0
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
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 07767237..08b3584d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
- "version": "10.5.1",
+ "version": "11.0.0",
"main": "js/index.js",
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.js",