From dacf86a5a294841f9745a6b341410428b6031bb7 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Sun, 27 May 2018 15:56:21 +0200 Subject: [PATCH] v2.2.5 --- 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 44eb2e147e..4bc58ab64d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v2.2.5 + - FIX: Account cache was broken + ## v2.2.4 - FIX: options wouldn't store values diff --git a/manifest.json b/manifest.json index ef9d0bcd46..df9161d744 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "floccus", "short_name": "floccus", - "version": "2.2.4", + "version": "2.2.5", "description": "Sync your bookmarks with nextcloud", "icons": { "48": "icons/logo.png" diff --git a/package.json b/package.json index 8b0d60f8fe..f81e6db99a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "floccus", - "version": "2.2.4", + "version": "2.2.5", "description": "Sync your bookmarks with nextcloud", "main": "index.js", "scripts": {