Skip to content

Commit c6b3677

Browse files
committed
v1.3.1
1 parent 67e1207 commit c6b3677

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
##v1.3
1+
## v1.3.1
2+
- Options panel: Fix automated connectivity check
3+
4+
##v1.3.0
25
- Major Refactoring by modularizing code base
36
- UI polishing
47
- Add 'force sync' feature

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 (nextcloud Sync)",
44
"short_name": "Floccus",
5-
"version": "1.3.0",
5+
"version": "1.3.1",
66
"description": "Sync your browser with nextcloud (currently only bookmarks; more to come)",
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": "1.3.0",
3+
"version": "1.3.1",
44
"description": "The goal of this project is to build a browser extension that syncs your browser data with [OwnCloud](http://owncloud.org).",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)