Skip to content

Commit

Permalink
v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed May 26, 2018
1 parent e99766d commit 259706a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v2.2.4
- FIX: options wouldn't store values

## v2.2.3
- FIX: Debounce sync task to avoid peculiar failures

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"icons": {
"48": "icons/logo.png"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "floccus",
"version": "2.2.3",
"version": "2.2.4",
"description": "Sync your bookmarks with nextcloud",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 259706a

Please sign in to comment.