Skip to content

Commit

Permalink
Merge pull request #38 from d0ugal/dev
Browse files Browse the repository at this point in the history
1.1.1 bugfix
  • Loading branch information
d0ugal authored Nov 14, 2018
2 parents b004ef1 + 4d3700a commit b84c68e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Dropbox_Upload 1.1.1 (2018-11-14)
=================================

Bugfixes
--------

- Default to "snapshot_slug" so we don't switch over all users as they upgrade (#37)


Dropbox_Upload 1.1.0 (2018-11-14)
=================================

Expand Down
4 changes: 2 additions & 2 deletions dropbox-upload/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dropbox Upload",
"version": "1.1.0",
"version": "1.1.1",
"slug": "dropbox_upload",
"description": "Upload snapshots to Dropbox!",
"startup": "application",
Expand All @@ -18,7 +18,7 @@
"dropbox_dir": "/snapshots",
"keep": 10,
"mins_between_backups": 60,
"filename": "snapshot_name",
"filename": "snapshot_slug",
"debug": false
},
"schema": {
Expand Down

0 comments on commit b84c68e

Please sign in to comment.