Skip to content

Commit

Permalink
bump version to 2.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalec committed Jun 23, 2023
1 parent 7e512fb commit 4c4cf66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deemon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
from deemon.utils import startup

__version__ = '2.19.1'
__version__ = '2.19.2'
__dbversion__ = '3.7'

appdata = startup.get_appdata_dir()
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ deemon is installed:

```bash
$ deemon -V
deemon 2.19.1
deemon 2.19.2
```

## Configuration & First Use
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ description: "deemon is a monitoring utility for new artist releases that can pr
permalink: /
---

# deemon 2.19.1 Documentation
# deemon 2.19.2 Documentation
{: .fs-9 }

deemon is a monitoring utility for new artist releases that can provide email alerts and automate downloading via the deemix library
{: .fs-6 .fw-300 }

[Get started now](#getting-started){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 } [View it on GitHub](https://github.com/digitalec/deemon){: .btn .fs-5 .mb-4 .mb-md-0 }

<small>Version 2.19.1</small>
<small>Version 2.19.2</small>
---

## Disclaimer
Expand Down

0 comments on commit 4c4cf66

Please sign in to comment.