We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d18c75 commit e9933aaCopy full SHA for e9933aa
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v2.2.7
2
+ - FIX: Pick up sync again after error
3
+
4
## v2.2.6
5
- FIX: Prevent parallel sync race condition
6
manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "floccus",
"short_name": "floccus",
- "version": "2.2.6",
+ "version": "2.2.7",
"description": "Sync your bookmarks with nextcloud",
7
"icons": {
8
"48": "icons/logo.png"
package.json
@@ -1,6 +1,6 @@
{
"main": "index.js",
"scripts": {
0 commit comments