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 e99766d commit 259706aCopy full SHA for 259706a
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v2.2.4
2
+ - FIX: options wouldn't store values
3
+
4
## v2.2.3
5
- FIX: Debounce sync task to avoid peculiar failures
6
manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "floccus",
"short_name": "floccus",
- "version": "2.2.3",
+ "version": "2.2.4",
"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