Skip to content

Commit 94f4cfa

Browse files
committed
v3.0.4
1 parent aa368ab commit 94f4cfa

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v3.0.4
2+
3+
- FIX: Root folder normalization in chrome wasn't working
4+
15
## v3.0.3
26

37
- FIX: Securing accounts was broken

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "floccus",
44
"short_name": "floccus",
5-
"version": "3.0.3",
5+
"version": "3.0.4",
66
"description": "Sync your bookmarks with nextcloud",
77
"icons": {
88
"48": "icons/logo.png"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "floccus",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Sync your bookmarks with nextcloud",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)