diff --git a/.gitignore b/.gitignore index 52e3aee..7a1b223 100644 --- a/.gitignore +++ b/.gitignore @@ -75,5 +75,6 @@ $RECYCLE.BIN/ # End of https://www.toptal.com/developers/gitignore/api/macos,windows,linux # Custom example dirs -example/config +example/**/* !example/config/qBittorrent.conf +!example/data/.gitkeep diff --git a/latest.json b/latest.json index 7541025..faceeae 100644 --- a/latest.json +++ b/latest.json @@ -1,5 +1,5 @@ { - "qbittorrent": "4.3.8", + "qbittorrent": "4.3.9", "libtorrent": "1.2.14", - "pkgrel": 1 + "pkgrel": 0 }