Skip to content

Commit

Permalink
v3.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Mar 22, 2019
1 parent 3955cfe commit 70b9c0d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v3.2.10

- FIX: Various crucial fixes for edge cases of the sync algorithm

## v3.2.9

- FIX: Improve normalization algorithm
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": "3.2.9",
"version": "3.2.10",
"description": "Sync your bookmarks with your selfhosted server (e.g. 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": "3.2.9",
"version": "3.2.10",
"description": "Sync your bookmarks with your selfhosted server (e.g. Nextcloud)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 70b9c0d

Please sign in to comment.