We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9c4ea commit a6d2e51Copy full SHA for a6d2e51
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v3.0.1
2
+
3
+- nothing changed
4
5
## v3.0.0
6
7
- NEW: Rewritten sync algorithm allowing faster syncing and better extensibility with adapters
manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "floccus",
"short_name": "floccus",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "Sync your bookmarks with nextcloud",
"icons": {
8
"48": "icons/logo.png"
package.json
@@ -1,6 +1,6 @@
{
"main": "index.js",
"scripts": {
0 commit comments