Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Dec 14, 2017
1 parent 67e1207 commit c6b3677
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
##v1.3
## v1.3.1
- Options panel: Fix automated connectivity check

##v1.3.0
- Major Refactoring by modularizing code base
- UI polishing
- Add 'force sync' feature
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Floccus (nextcloud Sync)",
"short_name": "Floccus",
"version": "1.3.0",
"version": "1.3.1",
"description": "Sync your browser with nextcloud (currently only bookmarks; more to come)",
"icons": {
"48": "icons/logo.png"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "floccus",
"version": "1.3.0",
"version": "1.3.1",
"description": "The goal of this project is to build a browser extension that syncs your browser data with [OwnCloud](http://owncloud.org).",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c6b3677

Please sign in to comment.