Skip to content

Commit

Permalink
Update to 1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Hurlenko committed Jun 18, 2024
1 parent 75bbe51 commit 4250508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Build Changelog
id: github_release
uses: mikepenz/release-changelog-builder-action@v1
uses: mikepenz/release-changelog-builder-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
failOnError: "true"
Expand Down
2 changes: 1 addition & 1 deletion mloader/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
__title__ = "mloader"
__description__ = "Command-line tool to download manga from mangaplus"
__url__ = "https://github.com/hurlenko/mloader"
__version__ = "1.1.11"
__version__ = "1.1.12"
__license__ = "GPLv3"

0 comments on commit 4250508

Please sign in to comment.