This commit is contained in:
Marcel Klehr 2020-10-29 20:34:33 +01:00
Родитель c47238e800
Коммит 59bfc40603
4 изменённых файлов: 9 добавлений и 3 удалений

Просмотреть файл

@ -1,5 +1,11 @@
# Changelog
## v4.4.4
### Fixed
- Fix: Ignore changes to browser root folder
## v4.4.3
### Fixed

Просмотреть файл

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "floccus bookmarks sync",
"short_name": "floccus",
"version": "4.4.3",
"version": "4.4.4",
"description": "Sync your bookmarks across browsers via Nextcloud, WebDAV or a local file (and thus any file sync solution)",
"icons": {
"48": "icons/logo.png",

2
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "floccus",
"version": "4.4.3",
"version": "4.4.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "floccus",
"version": "4.4.3",
"version": "4.4.4",
"description": "Sync your bookmarks across browsers via Nextcloud, WebDAV or a local file (and thus any file sync solution)",
"main": "index.js",
"scripts": {