Skip to content

Commit 4a41800

Browse files
committed
v3.1.8
1 parent 5aa98f2 commit 4a41800

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v3.1.8
2+
3+
- Roll back parallelization to mitigate issues that came up
4+
15
## v3.1.7
26

37
- Various performance improvements

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "floccus",
44
"short_name": "floccus",
5-
"version": "3.1.7",
5+
"version": "3.1.8",
66
"description":
77
"Sync your bookmarks with your selfhosted server (e.g. Nextcloud)",
88
"icons": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "floccus",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"description": "Sync your bookmarks with your selfhosted server (e.g. Nextcloud)",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)