We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75bbe51 commit 4250508Copy full SHA for 4250508
2 files changed
.github/workflows/publish-to-pypi.yml
@@ -13,7 +13,7 @@ jobs:
13
14
- name: Build Changelog
15
id: github_release
16
- uses: mikepenz/release-changelog-builder-action@v1
+ uses: mikepenz/release-changelog-builder-action@v4
17
env:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
failOnError: "true"
mloader/__version__.py
@@ -9,5 +9,5 @@
9
__title__ = "mloader"
10
__description__ = "Command-line tool to download manga from mangaplus"
11
__url__ = "https://github.com/hurlenko/mloader"
12
-__version__ = "1.1.11"
+__version__ = "1.1.12"
__license__ = "GPLv3"
0 commit comments