Skip to content

Commit 4250508

Browse files
author
Anton Hurlenko
committed
Update to 1.1.12
1 parent 75bbe51 commit 4250508

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Build Changelog
1515
id: github_release
16-
uses: mikepenz/release-changelog-builder-action@v1
16+
uses: mikepenz/release-changelog-builder-action@v4
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
failOnError: "true"

mloader/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
__title__ = "mloader"
1010
__description__ = "Command-line tool to download manga from mangaplus"
1111
__url__ = "https://github.com/hurlenko/mloader"
12-
__version__ = "1.1.11"
12+
__version__ = "1.1.12"
1313
__license__ = "GPLv3"

0 commit comments

Comments
 (0)