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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna <anna@nextcloud.com>2022-07-18 12:59:40 +0300
committerGitHub <noreply@github.com>2022-07-18 12:59:40 +0300
commit0c6b73cbfc9a6a49bd40874271d1ae311bad762f (patch)
tree2f9a96730a88f6a5bd84874a7e3bc204051fd28e
parentc7312ab2fb41f69e515dc128c03271bc3350c11a (diff)
parent9e7e1c3ba59fd01be8c3c736b5d53aa9f25598ae (diff)
Merge pull request #6900 from nextcloud/release/1.13.7-rc.1-additionalv1.13.7-RC1
Release 1.13.7-rc.1
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 6f3315e1c..41bf416bf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "1.13.6",
+ "version": "1.13.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "1.13.6",
+ "version": "1.13.7",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~34.0.0",
diff --git a/package.json b/package.json
index 9a8f6ff57..d40577bc1 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.13.6",
+ "version": "1.13.7",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,