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 aa368ab commit 94f4cfaCopy full SHA for 94f4cfa
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v3.0.4
2
+
3
+- FIX: Root folder normalization in chrome wasn't working
4
5
## v3.0.3
6
7
- FIX: Securing accounts was broken
manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "floccus",
"short_name": "floccus",
- "version": "3.0.3",
+ "version": "3.0.4",
"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