Skip to content

Commit 2ef280b

Browse files
committed
chore: Nextcloud 32 is released
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 8455d5d commit 2ef280b

File tree

4 files changed

+8
-25
lines changed

4 files changed

+8
-25
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ updates:
3333
day: saturday
3434
time: "03:00"
3535
timezone: Europe/Paris
36-
target-branch: stable30
36+
target-branch: stable32
3737
versioning-strategy: increase
3838
labels:
3939
- "3. to review"
@@ -50,24 +50,7 @@ updates:
5050
day: saturday
5151
time: "03:00"
5252
timezone: Europe/Paris
53-
target-branch: stable29
54-
versioning-strategy: increase
55-
labels:
56-
- "3. to review"
57-
- "dependencies"
58-
ignore:
59-
# ignore all GitHub linguist patch updates
60-
- dependency-name: "*"
61-
update-types: ["version-update:semver-major", "version-update:semver-minor"]
62-
63-
- package-ecosystem: npm
64-
directory: "/"
65-
schedule:
66-
interval: weekly
67-
day: saturday
68-
time: "03:00"
69-
timezone: Europe/Paris
70-
target-branch: stable28
53+
target-branch: stable31
7154
versioning-strategy: increase
7255
labels:
7356
- "3. to review"

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
This app provides all the necessary APIs to implement End-to-End encryption on the client side.
1313
Additionally it implements Secure FileDrop and makes sure that End-to-End encrypted files are neither accessible via the web interface nor other WebDAV clients.
1414
]]></description>
15-
<version>1.18.0-beta.2</version>
15+
<version>1.18.0</version>
1616
<licence>agpl</licence>
1717
<author>Nextcloud GmbH</author>
1818
<namespace>EndToEndEncryption</namespace>

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "end_to_end_encryption",
4-
"version": "2.0.0-dev.0",
4+
"version": "1.18.0",
55
"description": "Provides the necessary endpoint to enable End-to-End encryption.",
66
"author": "Nextcloud GmbH and Nextcloud contributors",
77
"license": "AGPL-3.0-or-later",

0 commit comments

Comments
 (0)