From cf3eb7c67f6bc90a3ef2bb783f29c5b6550afe92 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Mon, 21 May 2018 16:32:23 +0200 Subject: [PATCH] v2.2.3 --- CHANGELOG.md | 3 +++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79967e76d8..5ec676ec75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v2.2.3 + - FIX: Debounce sync task to avoid peculiar failures + ## v2.2.2 - FIX: Overtake canonical URLs from server diff --git a/manifest.json b/manifest.json index 19a0c357c7..bd3c8484ce 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "floccus", "short_name": "floccus", - "version": "2.2.2", + "version": "2.2.3", "description": "Sync your bookmarks with nextcloud", "icons": { "48": "icons/logo.png" diff --git a/package.json b/package.json index 385a137d02..b6c8d8eae3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "floccus", - "version": "2.2.2", + "version": "2.2.3", "description": "Sync your bookmarks with nextcloud", "main": "index.js", "scripts": {