Skip to content

Commit 7bc30ef

Browse files
chore: Fix version number
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent 2fef4ac commit 7bc30ef

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [3.8.0](https://github.com/nextcloud/mail/compare/v3.7.8...v3.8.0) (2024-10-16)
1+
# [3.7.9](https://github.com/nextcloud/mail/compare/v3.7.8...v3.7.9) (2024-10-16)
22

33

44
### Bug Fixes
@@ -11,12 +11,7 @@
1111
* **imap:** do a single full sync when QRESYNC is enabled ([cdf550c](https://github.com/nextcloud/mail/commit/cdf550c81d4e31909a75ec1e6b9d4b3ad720d8d0))
1212
* **imap:** persist vanished messages immediately on EXAMINE commands ([a2c9e8c](https://github.com/nextcloud/mail/commit/a2c9e8cdf6abfe3648e17decaa82407878ffd178))
1313
* select multiple envelopes by holding shift directly ([5aec041](https://github.com/nextcloud/mail/commit/5aec0416f37bd1a7f7e906bb41cc707acd2c6d15))
14-
15-
16-
### Features
17-
18-
* implement periodic full sync job to repair cache inconsistencies ([e267da1](https://github.com/nextcloud/mail/commit/e267da1633e8205fca69721e9d9dad4bbe6bfc6e))
19-
14+
* * implement periodic full sync job to repair cache inconsistencies ([e267da1](https://github.com/nextcloud/mail/commit/e267da1633e8205fca69721e9d9dad4bbe6bfc6e))
2015

2116
### Performance Improvements
2217

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The rating depends on the installed text processing backend. See [the rating ove
2929
3030
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
3131
]]></description>
32-
<version>3.8.0</version>
32+
<version>3.7.9</version>
3333
<licence>agpl</licence>
3434
<author homepage="https://github.com/ChristophWurst">Christoph Wurst</author>
3535
<author homepage="https://github.com/GretaD">GretaD</author>

package-lock.json

Lines changed: 2 additions & 2 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
"name": "nextcloud-mail",
33
"description": "Nextcloud Mail",
4-
"version": "3.8.0",
4+
"version": "3.7.9",
55
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
66
"license": "agpl",
77
"private": true,

0 commit comments

Comments
 (0)