Skip to content

Commit 259706a

Browse files
committed
v2.2.4
1 parent e99766d commit 259706a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v2.2.4
2+
- FIX: options wouldn't store values
3+
14
## v2.2.3
25
- FIX: Debounce sync task to avoid peculiar failures
36

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": "2.2.3",
5+
"version": "2.2.4",
66
"description": "Sync your bookmarks with nextcloud",
77
"icons": {
88
"48": "icons/logo.png"

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": "2.2.3",
3+
"version": "2.2.4",
44
"description": "Sync your bookmarks with nextcloud",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)